summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-06-11 11:26:05 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-06-30 01:26:55 (GMT)
commit53c58703223bdc8cef84b0d26f80573be3de91fb (patch)
tree8ac01ec45fd5e7f9b0e82b05a937c12b99f39ee2 /src/gui/kernel/qapplication_win.cpp
parentd7513a5994c734ed48e95ec55d1abd9147c75405 (diff)
downloadQt-4.7.0-beta2.zip
Qt-4.7.0-beta2.tar.gz
Qt-4.7.0-beta2.tar.bz2
Fixed a broken merge.v4.7.0-beta2
Reviewed-by: trustme (cherry picked from commit 24bcac9de46c89f4d8b533946e7b0feeacca1b0d)
Diffstat (limited to 'src/gui/kernel/qapplication_win.cpp')
-rw-r--r--src/gui/kernel/qapplication_win.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication_win.cpp b/src/gui/kernel/qapplication_win.cpp
index 610dec5..2a85fdc 100644
--- a/src/gui/kernel/qapplication_win.cpp
+++ b/src/gui/kernel/qapplication_win.cpp
@@ -4070,7 +4070,6 @@ void QApplicationPrivate::initializeMultitouch_sys()
if (QSysInfo::windowsVersion() >= QSysInfo::WV_WINDOWS7) {
static const int QT_SM_DIGITIZER = 94;
QApplicationPrivate::HasTouchSupport = GetSystemMetrics(QT_SM_DIGITIZER);
- qDebug() << "QApplicationPrivate::HasTouchSupport " << QApplicationPrivate::HasTouchSupport;
}
QLibrary library(QLatin1String("user32"));