aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/palette
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-05-26 22:33:51 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-05-27 15:11:04 +0000
commit9d7c89b0accc9e898cc29a1b121275ec3e95e8ad (patch)
treebfb92faa222b9abeeeae9130222e9f69ea7719a9 /tests/auto/palette
parent51baad97e997fbbaa73f422cd864848e65d5c4c0 (diff)
Cleanup whitespace
Change-Id: I453ec5ac798bb5904495b82c6e0e06c40b3a9a70 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'tests/auto/palette')
-rw-r--r--tests/auto/palette/tst_palette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/palette/tst_palette.cpp b/tests/auto/palette/tst_palette.cpp
index 2a99ae71..c27f2a2a 100644
--- a/tests/auto/palette/tst_palette.cpp
+++ b/tests/auto/palette/tst_palette.cpp
@@ -183,7 +183,7 @@ void tst_palette::inheritance()
QCOMPARE(grandChild->property("palette").value<QPalette>(), windowPalette);
}
-class TestTheme : public QQuickProxyTheme
+class TestTheme : public QQuickProxyTheme
{
public:
TestTheme(QPlatformTheme *theme) : QQuickProxyTheme(theme)