Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 618062
Collapse All | Expand All

(-)E:\trees\qpdfview\trunk\..\vendor\current/sources/mainwindow.cpp (+2 lines)
Lines 1288-1293 Link Here
1288
        return;
1288
        return;
1289
    }
1289
    }
1290
#ifdef WITH_DBUS
1290
    QScopedPointer< QDBusInterface > interface(MainWindowAdaptor::createInterface(instanceName));
1291
    QScopedPointer< QDBusInterface > interface(MainWindowAdaptor::createInterface(instanceName));
1291
    if(!interface->isValid())
1292
    if(!interface->isValid())
Lines 1309-1314 Link Here
1309
    }
1310
    }
1310
    interface->call("saveDatabase");
1311
    interface->call("saveDatabase");
1312
#endif
1311
    closeTab(tab);
1313
    closeTab(tab);
1312
}
1314
}

Return to bug 618062