Coding style improvements.

This commit is contained in:
Felix Geyer
2012-05-14 19:10:42 +02:00
parent 924130e0fe
commit a407e0082b
16 changed files with 42 additions and 42 deletions

View File

@@ -43,7 +43,7 @@ public:
bool operator==(const EntryAttributes& other) const;
bool operator!=(const EntryAttributes& other) const;
static const QStringList DEFAULT_ATTRIBUTES;
static const QStringList DefaultAttributes;
static bool isDefaultAttribute(const QString& key);
Q_SIGNALS: