Avoid multiple editFinished signals from group view.

This commit is contained in:
Florian Geyer 2012-06-14 23:43:06 +02:00
parent a720903083
commit e578ca9a82
2 changed files with 15 additions and 1 deletions

View file

@ -50,8 +50,10 @@ protected:
private:
void recInitExpanded(Group* group);
void emitEditFinished();
GroupModel* const m_model;
bool m_emitEditFinished;
};
#endif // KEEPASSX_GROUPVIEW_H