mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
Fixes crash when deleting in search mode.
This commit is contained in:
parent
37c9ad8e8d
commit
b2fa6fca82
2 changed files with 12 additions and 5 deletions
|
@ -147,10 +147,12 @@ public Q_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();
|
||||
|
||||
|
@ -177,6 +179,7 @@ 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