mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
Remove unnecessary currentIndexChanged signal in database widget.
This commit is contained in:
parent
3b603f685a
commit
89f138a868
3 changed files with 1 additions and 8 deletions
|
@ -41,7 +41,6 @@ public:
|
|||
|
||||
Q_SIGNALS:
|
||||
void closeRequest();
|
||||
void currentIndexChanged(int index);
|
||||
|
||||
public Q_SLOTS:
|
||||
void createEntry();
|
||||
|
@ -49,7 +48,6 @@ public Q_SLOTS:
|
|||
void switchToEntryEdit();
|
||||
void switchToGroupEdit();
|
||||
void switchToMasterKeyChange();
|
||||
void setCurrentIndex(int index);
|
||||
|
||||
private Q_SLOTS:
|
||||
void switchToView(bool accepted);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue