From 186755fd56b58dc97250846c5305ef89f9487f86 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 22 Feb 2021 17:34:03 +0200 Subject: Add a trailing comma to last member in enum GIT_SILENT --- src/core/kconfigdata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/kconfigdata.h') 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 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) -- cgit v1.2.1