summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qtextedit.h
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-08-05 14:58:50 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-08-06 09:56:46 (GMT)
commit241e5cbe235953c60a6d8db2a8b6aacd909c2d28 (patch)
tree7690c795976fd6c5aada18d4ab69c25f9179ac67 /src/gui/widgets/qtextedit.h
parent1a97230e908193c9a260ae68635301c0e9f9f8de (diff)
downloadQt-241e5cbe235953c60a6d8db2a8b6aacd909c2d28.zip
Qt-241e5cbe235953c60a6d8db2a8b6aacd909c2d28.tar.gz
Qt-241e5cbe235953c60a6d8db2a8b6aacd909c2d28.tar.bz2
Enable pan gesture on all QAbstractScrollArea-based widgets.
Two-finger panning will work on all QAbstractScrollArea based widgets, however single-finger panning will be enabled only on some special widgets that always wants it - for example we don't want it on QGraphicsView, and we might want it on itemviews *sometimes*. Reviewed-by: trustme
Diffstat (limited to 'src/gui/widgets/qtextedit.h')
-rw-r--r--src/gui/widgets/qtextedit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/qtextedit.h b/src/gui/widgets/qtextedit.h
index 9e10e07..617822a 100644
--- a/src/gui/widgets/qtextedit.h
+++ b/src/gui/widgets/qtextedit.h
@@ -414,7 +414,6 @@ private:
Q_PRIVATE_SLOT(d_func(), void _q_currentCharFormatChanged(const QTextCharFormat &))
Q_PRIVATE_SLOT(d_func(), void _q_adjustScrollbars())
Q_PRIVATE_SLOT(d_func(), void _q_ensureVisible(const QRectF &))
- Q_PRIVATE_SLOT(d_func(), void _q_gestureTriggered())
friend class QTextEditControl;
friend class QTextDocument;
friend class QTextControl;