summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qapplication_p.h
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2011-12-17 00:44:58 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-19 23:04:38 +0100
commit1749fef3c5c1dda98c6ea32e0ac17202892fc9fe (patch)
tree6376b7685cb955830ea5073e2d05932e03edba22 /src/widgets/kernel/qapplication_p.h
parent8707c09fcddb3d335ba79394f266a88129ba5ba2 (diff)
Remove declaration which is exported from QtGui.
Fixes static build. Change-Id: I6f82ded7bf6cb3b72b0ef987e781c7e8f9ed932b Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/widgets/kernel/qapplication_p.h')
-rw-r--r--src/widgets/kernel/qapplication_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qapplication_p.h b/src/widgets/kernel/qapplication_p.h
index ac4b4ad667..fe3240b004 100644
--- a/src/widgets/kernel/qapplication_p.h
+++ b/src/widgets/kernel/qapplication_p.h
@@ -88,7 +88,7 @@ class QTouchDevice;
class QGestureManager;
#endif
-extern bool qt_is_gui_used;
+extern Q_GUI_EXPORT bool qt_is_gui_used;
#ifndef QT_NO_CLIPBOARD
extern QClipboard *qt_clipboard;
#endif