summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-08-06 13:24:27 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-08-06 15:09:19 (GMT)
commit36ed34763d2ba4d8f5cd71b22224bf1245ed2000 (patch)
treecf7aa45cc6a9b752510960df9a18c0758be80e48 /src
parente5f6edf86de20f86a028842ed6b7c472bbd1d08b (diff)
downloadQt-36ed34763d2ba4d8f5cd71b22224bf1245ed2000.zip
Qt-36ed34763d2ba4d8f5cd71b22224bf1245ed2000.tar.gz
Qt-36ed34763d2ba4d8f5cd71b22224bf1245ed2000.tar.bz2
build fix for mingw
getQApplicationPrivateInternal was not declared
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qwidget_win.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_win.cpp b/src/gui/kernel/qwidget_win.cpp
index d8bee55..7cfa111 100644
--- a/src/gui/kernel/qwidget_win.cpp
+++ b/src/gui/kernel/qwidget_win.cpp
@@ -2058,6 +2058,7 @@ void QWidgetPrivate::winSetupGestures()
Q_Q(QWidget);
if (!q)
return;
+ extern QApplicationPrivate* getQApplicationPrivateInternal();
QApplicationPrivate *qAppPriv = getQApplicationPrivateInternal();
bool needh = false;
bool needv = false;