summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2011-01-24 10:43:27 (GMT)
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>2011-01-24 10:43:27 (GMT)
commit673da830f6f83438e4b52296dbdc61a33112e4ec (patch)
treea2d790144fcbd64a239c2672b63a7aa2aae77402 /src
parent5502ac79065fc220e3731d29c722be75013e2c35 (diff)
downloadQt-673da830f6f83438e4b52296dbdc61a33112e4ec.zip
Qt-673da830f6f83438e4b52296dbdc61a33112e4ec.tar.gz
Qt-673da830f6f83438e4b52296dbdc61a33112e4ec.tar.bz2
Partly revert b1c715f8214233f5b573ed58fc89c9dd70beabb4
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qwidget_s60.cpp3
-rw-r--r--src/gui/kernel/qwidget_win.cpp3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/kernel/qwidget_s60.cpp b/src/gui/kernel/qwidget_s60.cpp
index 7547bec..cb72800 100644
--- a/src/gui/kernel/qwidget_s60.cpp
+++ b/src/gui/kernel/qwidget_s60.cpp
@@ -990,9 +990,8 @@ void QWidgetPrivate::setMask_sys(const QRegion& /* region */)
}
-void QWidgetPrivate::registerTouchWindow(bool enable)
+void QWidgetPrivate::registerTouchWindow()
{
- Q_UNUSED(enable);
#ifdef QT_SYMBIAN_SUPPORTS_ADVANCED_POINTER
Q_Q(QWidget);
if (q->testAttribute(Qt::WA_WState_Created) && q->windowType() != Qt::Desktop) {
diff --git a/src/gui/kernel/qwidget_win.cpp b/src/gui/kernel/qwidget_win.cpp
index 54784a2..a02c5ba 100644
--- a/src/gui/kernel/qwidget_win.cpp
+++ b/src/gui/kernel/qwidget_win.cpp
@@ -2064,9 +2064,8 @@ void QWidgetPrivate::setModal_sys()
{
}
-void QWidgetPrivate::registerTouchWindow(bool enable)
+void QWidgetPrivate::registerTouchWindow()
{
- Q_UNUSED(enable);
Q_Q(QWidget);
// enable WM_TOUCH* messages on our window