Choose database for saving or updating entries from KeePassXC-Browser (#2391)
This commit is contained in:
committed by
Jonathan White
parent
bb16dc6d01
commit
b8d2d5d877
@@ -112,6 +112,10 @@ public:
|
||||
void blockAutoReload(bool block = true);
|
||||
void refreshSearch();
|
||||
bool isRecycleBinSelected() const;
|
||||
QString getDatabaseName() const;
|
||||
void setDatabaseName(const QString& databaseName);
|
||||
QString getDatabaseFileName() const;
|
||||
void setDatabaseFileName(const QString& databaseFileName);
|
||||
|
||||
signals:
|
||||
void closeRequest();
|
||||
@@ -238,6 +242,8 @@ private:
|
||||
QUuid m_entryBeforeLock;
|
||||
MessageWidget* m_messageWidget;
|
||||
EntryPreviewWidget* m_previewView;
|
||||
QString m_databaseName;
|
||||
QString m_databaseFileName;
|
||||
|
||||
// Search state
|
||||
QString m_lastSearchText;
|
||||
|
||||
Reference in New Issue
Block a user