aboutsummaryrefslogtreecommitdiff
path: root/autotests/kentrymaptest.h
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2013-12-18 09:53:59 +0100
committerDavid Faure <faure@kde.org>2013-12-18 09:53:59 +0100
commit159963832457e6307282308455330acc7b5bd153 (patch)
treece1cc0234d37e9afc75bc86d734beb963ed57d02 /autotests/kentrymaptest.h
parent867e7a50e6396338ab4fe9aa22ad141e4cd344d2 (diff)
downloadkconfig-159963832457e6307282308455330acc7b5bd153.tar.gz
kconfig-159963832457e6307282308455330acc7b5bd153.tar.bz2
Code reformatted using kde-dev-scripts/astyle-kdelibs.
Use git blame -w 867e7a5 to show authorship as it was before this commit.
Diffstat (limited to 'autotests/kentrymaptest.h')
-rw-r--r--autotests/kentrymaptest.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/autotests/kentrymaptest.h b/autotests/kentrymaptest.h
index 2855b5c4..b36ca763 100644
--- a/autotests/kentrymaptest.h
+++ b/autotests/kentrymaptest.h
@@ -32,17 +32,17 @@ public:
typedef KEntryMap::SearchFlags SearchFlags;
typedef KEntryMap::SearchFlag SearchFlag;
- static const SearchFlag SearchLocalized=KEntryMap::SearchLocalized;
- static const SearchFlag SearchDefaults=KEntryMap::SearchDefaults;
+ static const SearchFlag SearchLocalized = KEntryMap::SearchLocalized;
+ static const SearchFlag SearchDefaults = KEntryMap::SearchDefaults;
typedef KEntryMap::EntryOption EntryOption;
- static const EntryOption EntryDirty=KEntryMap::EntryDirty;
- static const EntryOption EntryGlobal=KEntryMap::EntryGlobal;
- static const EntryOption EntryImmutable=KEntryMap::EntryImmutable;
- static const EntryOption EntryDeleted=KEntryMap::EntryDeleted;
- static const EntryOption EntryExpansion=KEntryMap::EntryExpansion;
- static const EntryOption EntryDefault=KEntryMap::EntryDefault;
- static const EntryOption EntryLocalized=KEntryMap::EntryLocalized;
+ static const EntryOption EntryDirty = KEntryMap::EntryDirty;
+ static const EntryOption EntryGlobal = KEntryMap::EntryGlobal;
+ static const EntryOption EntryImmutable = KEntryMap::EntryImmutable;
+ static const EntryOption EntryDeleted = KEntryMap::EntryDeleted;
+ static const EntryOption EntryExpansion = KEntryMap::EntryExpansion;
+ static const EntryOption EntryDefault = KEntryMap::EntryDefault;
+ static const EntryOption EntryLocalized = KEntryMap::EntryLocalized;
private Q_SLOTS:
void testKeyOrder();
void testSimple();