Remove unnecessary currentIndexChanged signal in database widget.

This commit is contained in:
Florian Geyer 2012-04-18 15:38:31 +02:00 committed by Felix Geyer
parent 3b603f685a
commit 89f138a868
3 changed files with 1 additions and 8 deletions

View file

@ -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);