-rw-r--r-- | library/qpeapplication.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index db8297f..cfe0497 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp | |||
@@ -1314,18 +1314,17 @@ void QPEApplication::reset() { | |||
1314 | applyStyle(); | 1314 | applyStyle(); |
1315 | } | 1315 | } |
1316 | 1316 | ||
1317 | #if QT_VERSION > 238 | 1317 | #if (QT_VERSION < 238) & Q_OS_MACX |
1318 | bool qt_left_hand_scrollbars = false; | ||
1319 | #else | ||
1318 | #ifdef Q_OS_MACX | 1320 | #ifdef Q_OS_MACX |
1319 | #define WEAK_SYMBOL __attribute__((weak_import)) | 1321 | #define WEAK_SYMBOL __attribute__((weak_import)) |
1320 | #else | 1322 | #else |
1321 | #define WEAK_SYMBOL __attribute__((weak)) | 1323 | #define WEAK_SYMBOL __attribute__((weak)) |
1322 | #endif | 1324 | #endif |
1323 | |||
1324 | extern bool qt_left_hand_scrollbars WEAK_SYMBOL; | 1325 | extern bool qt_left_hand_scrollbars WEAK_SYMBOL; |
1325 | |||
1326 | #else | ||
1327 | bool qt_left_hand_scrollbars = false; | ||
1328 | #endif | 1326 | #endif |
1327 | |||
1329 | /*! | 1328 | /*! |
1330 | \internal | 1329 | \internal |
1331 | */ | 1330 | */ |