summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-05-29 07:35:51 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-05-29 07:35:51 (GMT)
commit429cd0ee393ad2eef9cea253f7e4dc8940e0cad7 (patch)
tree5fac6b1ae23735f745c7662bbe5ae011879ad887 /src/gui/kernel/qapplication_win.cpp
parentb70ebe8e9c26e7d53a3d42600b946dbd7eb7bc45 (diff)
downloadQt-429cd0ee393ad2eef9cea253f7e4dc8940e0cad7.zip
Qt-429cd0ee393ad2eef9cea253f7e4dc8940e0cad7.tar.gz
Qt-429cd0ee393ad2eef9cea253f7e4dc8940e0cad7.tar.bz2
Call the multitouch initialize and cleanup functions from cross-platform code
Diffstat (limited to 'src/gui/kernel/qapplication_win.cpp')
-rw-r--r--src/gui/kernel/qapplication_win.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/kernel/qapplication_win.cpp b/src/gui/kernel/qapplication_win.cpp
index a0c1184..6f9abdb 100644
--- a/src/gui/kernel/qapplication_win.cpp
+++ b/src/gui/kernel/qapplication_win.cpp
@@ -873,8 +873,6 @@ void qt_init(QApplicationPrivate *priv, int)
if (ptrUpdateLayeredWindow && !ptrUpdateLayeredWindowIndirect)
ptrUpdateLayeredWindowIndirect = qt_updateLayeredWindowIndirect;
#endif
-
- priv->initializeMultitouch();
}
/*****************************************************************************