summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qlinecontrol_p.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-03-09 18:19:38 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-03-10 19:00:52 (GMT)
commit4d27295ce01b00f27ceb6d9c6c3227425cbf0d70 (patch)
tree69af904da0222f4dbce31e8a4b1e30923f9b0d6e /src/gui/widgets/qlinecontrol_p.h
parenta747e171d316b25ba10dc36f6d54d1cbecad5c32 (diff)
downloadQt-4d27295ce01b00f27ceb6d9c6c3227425cbf0d70.zip
Qt-4d27295ce01b00f27ceb6d9c6c3227425cbf0d70.tar.gz
Qt-4d27295ce01b00f27ceb6d9c6c3227425cbf0d70.tar.bz2
Make QTextControl-based classes and QLineEdit understand Ctrl+Shift+Insert
On X11, this key is reserved for pasting the text selection (a.k.a. the PRIMARY selection). KDE apps already honour this, not all GNOME ones do, but it was agreed with them on xdg@freedesktop.org. Reviewed-By: mae <qt-info@nokia.com>
Diffstat (limited to 'src/gui/widgets/qlinecontrol_p.h')
-rw-r--r--src/gui/widgets/qlinecontrol_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qlinecontrol_p.h b/src/gui/widgets/qlinecontrol_p.h
index 3f1bc2c..dd82581 100644
--- a/src/gui/widgets/qlinecontrol_p.h
+++ b/src/gui/widgets/qlinecontrol_p.h
@@ -128,7 +128,7 @@ public:
#ifndef QT_NO_CLIPBOARD
void copy(QClipboard::Mode mode = QClipboard::Clipboard) const;
- void paste();
+ void paste(QClipboard::Mode mode = QClipboard::Clipboard);
#endif
int cursor() const;