From 36ed34763d2ba4d8f5cd71b22224bf1245ed2000 Mon Sep 17 00:00:00 2001 From: Thierry Bastian Date: Thu, 6 Aug 2009 15:24:27 +0200 Subject: build fix for mingw getQApplicationPrivateInternal was not declared --- src/gui/kernel/qwidget_win.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v0.12