Fix enabled state of group actions.

This commit is contained in:
Florian Geyer 2012-05-27 16:53:07 +02:00
parent 3e72cd11a3
commit 56509eab5f
2 changed files with 8 additions and 5 deletions

View file

@ -104,7 +104,7 @@ private Q_SLOTS:
void startSearchTimer();
void showSearch();
void closeSearch();
void updateGroupActions();
void updateGroupActions(Group* group);
void updateEntryActions();
void showGroupContextMenu(const QPoint& pos);
void showEntryContextMenu(const QPoint& pos);