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