summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel')
-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