Multiple browser related fixes

This commit is contained in:
varjolintu
2018-01-17 14:55:13 +02:00
committed by Janek Bevendorff
parent ee3ccf151a
commit 8ac909b0eb
12 changed files with 55 additions and 37 deletions

View File

@@ -35,7 +35,7 @@ public:
explicit BrowserService(DatabaseTabWidget* parent);
bool isDatabaseOpened() const;
bool openDatabase();
bool openDatabase(bool triggerUnlock);
QString getDatabaseRootUuid();
QString getDatabaseRecycleBinUuid();
Entry* getConfigEntry(bool create = false);