aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfigdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/kconfigdata.h')
-rw-r--r--src/core/kconfigdata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/kconfigdata.h b/src/core/kconfigdata.h
index 2f36b1bb..36d90335 100644
--- a/src/core/kconfigdata.h
+++ b/src/core/kconfigdata.h
@@ -154,7 +154,7 @@ class KEntryMap : public QMap<KEntryKey, KEntry>
public:
enum SearchFlag {
SearchDefaults = 1,
- SearchLocalized = 2
+ SearchLocalized = 2,
};
Q_DECLARE_FLAGS(SearchFlags, SearchFlag)
@@ -168,7 +168,7 @@ public:
EntryLocalizedCountry = 64,
EntryNotify = 128,
EntryDefault = (SearchDefaults << 16),
- EntryLocalized = (SearchLocalized << 16)
+ EntryLocalized = (SearchLocalized << 16),
};
Q_DECLARE_FLAGS(EntryOptions, EntryOption)