Simplify DatabaseSettingsWidget by passing a Database pointer to it.

This commit is contained in:
Felix Geyer 2012-05-19 14:52:00 +02:00
parent 7425771c78
commit fef931392f
4 changed files with 38 additions and 143 deletions

View file

@ -79,7 +79,6 @@ private Q_SLOTS:
void switchToEntryEdit(Entry* entry, bool create);
void switchToGroupEdit(Group* entry, bool create);
void updateMasterKey(bool accepted);
void updateSettings(bool accepted);
void emitCurrentModeChanged();
void clearLastGroup(Group* group);
void clearSearchEdit();