mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 14:32:39 -04:00
Merge branch 'develop' into feature/yubikey
This commit is contained in:
commit
3c1271b1c4
13 changed files with 280 additions and 33 deletions
|
@ -99,6 +99,7 @@ public:
|
|||
void showUnlockDialog();
|
||||
void closeUnlockDialog();
|
||||
void blockAutoReload(bool block = true);
|
||||
void refreshSearch();
|
||||
|
||||
signals:
|
||||
void closeRequest();
|
||||
|
@ -147,10 +148,12 @@ public slots:
|
|||
void switchToImportKeepass1(const QString& fileName);
|
||||
void databaseModified();
|
||||
void databaseSaved();
|
||||
|
||||
// Search related slots
|
||||
void search(const QString& searchtext);
|
||||
void setSearchCaseSensitive(bool state);
|
||||
void endSearch();
|
||||
|
||||
void showMessage(const QString& text, MessageWidget::MessageType type);
|
||||
void hideMessage();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue