mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 14:32:39 -04:00
Add feature to handle references, resolves #75
- Create popup for clone options - Add ability to resolve references for autotype/http/copying
This commit is contained in:
parent
6bd342f63a
commit
1fe75f9420
11 changed files with 264 additions and 29 deletions
|
@ -99,6 +99,7 @@ public:
|
|||
void showUnlockDialog();
|
||||
void closeUnlockDialog();
|
||||
void ignoreNextAutoreload();
|
||||
void refreshSearch();
|
||||
|
||||
Q_SIGNALS:
|
||||
void closeRequest();
|
||||
|
@ -179,7 +180,6 @@ private:
|
|||
void setClipboardTextAndMinimize(const QString& text);
|
||||
void setIconFromParent();
|
||||
void replaceDatabase(Database* db);
|
||||
void refreshSearch();
|
||||
|
||||
Database* m_db;
|
||||
QWidget* m_mainWidget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue