diff options
| author | J-P Nurmi <jpnurmi@digia.com> | 2014-06-24 13:19:17 +0200 |
|---|---|---|
| committer | J-P Nurmi <jpnurmi@digia.com> | 2014-06-24 14:29:10 +0200 |
| commit | 6b876b21cd23f2af879543edf773dac41b4d0e97 (patch) | |
| tree | 6a67bebb09ed6351360631e67a532faca233a7d9 /src | |
| parent | b804244af89313fda33106321fcbc508d6a2e884 (diff) | |
Cleanup whitespace
Change-Id: I9e84ce56e853a18205aa180cef1ee8ff4f2f678c
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/controls/Private/private.pri | 2 | ||||
| -rw-r--r-- | src/controls/Private/qquickcontrolsettings.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/Private/private.pri b/src/controls/Private/private.pri index a15423951..32ad0cf68 100644 --- a/src/controls/Private/private.pri +++ b/src/controls/Private/private.pri @@ -22,7 +22,7 @@ SOURCES += \ $$PWD/qquickabstractstyle.cpp -!android: !ios: !blackberry: !qnx: !winrt: qtHaveModule(widgets) { +!android:!ios:!blackberry:!qnx:!winrt:qtHaveModule(widgets) { QT += widgets HEADERS += $$PWD/qquickstyleitem_p.h SOURCES += $$PWD/qquickstyleitem.cpp diff --git a/src/controls/Private/qquickcontrolsettings.cpp b/src/controls/Private/qquickcontrolsettings.cpp index aea3d1418..b7ebc2139 100644 --- a/src/controls/Private/qquickcontrolsettings.cpp +++ b/src/controls/Private/qquickcontrolsettings.cpp @@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE static QString defaultStyleName() { //Only enable QStyle support when we are using QApplication -#if !defined(Q_OS_IOS) && !defined(Q_OS_ANDROID) && !defined (Q_OS_BLACKBERRY) && !defined (Q_OS_QNX) && !defined(Q_OS_WINRT) +#if !defined(Q_OS_IOS) && !defined(Q_OS_ANDROID) && !defined(Q_OS_BLACKBERRY) && !defined(Q_OS_QNX) && !defined(Q_OS_WINRT) if (QCoreApplication::instance()->inherits("QApplication")) return QLatin1String("Desktop"); #endif |
