Introduce Group::aboutToMove() and moved() signals.
Emit them instead of remove/add when groups are moved within a database.
This commit is contained in:
@@ -95,6 +95,8 @@ Q_SIGNALS:
|
||||
void groupAdded();
|
||||
void groupAboutToRemove(Group* group);
|
||||
void groupRemoved();
|
||||
void groupAboutToMove(Group* group, Group* toGroup, int index);
|
||||
void groupMoved();
|
||||
void modified();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user