Improve code style.

This commit is contained in:
Felix Geyer 2012-04-18 22:08:22 +02:00
parent 4e5e5c71ca
commit 2e011d5362
29 changed files with 95 additions and 89 deletions

View file

@ -38,7 +38,7 @@ public:
void clear();
bool areCustomKeysDifferent(const EntryAttributes* other);
const static QStringList DEFAULT_ATTRIBUTES;
static const QStringList DEFAULT_ATTRIBUTES;
static bool isDefaultAttribute(const QString& key);
Q_SIGNALS:
@ -51,7 +51,7 @@ Q_SIGNALS:
void removed(QString key);
void aboutToBeReset();
void reset();
private:
QMap<QString, QString> m_attributes;
QSet<QString> m_protectedAttributes;