Add editFinished signal which can be used to auto save the database.

This commit is contained in:
Florian Geyer 2012-06-14 21:18:04 +02:00
parent 27794021d9
commit 056447fad9
6 changed files with 29 additions and 5 deletions

View file

@ -37,6 +37,7 @@ public:
Q_SIGNALS:
void groupChanged(Group* group);
void editFinished();
private Q_SLOTS:
void expandedChanged(const QModelIndex& index);