Make some Group methods private.

This commit is contained in:
Felix Geyer
2011-07-08 13:57:02 +02:00
parent b4367a7ea1
commit 4dbdc4d847
13 changed files with 43 additions and 20 deletions

View File

@@ -98,6 +98,9 @@ public:
static bool isDefaultAttributue(const QString& key);
Q_SIGNALS:
/**
* Emitted when a default attribute has been changed.
*/
void dataChanged(Entry* entry);
private: