diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-08-26 07:31:45 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-08-26 07:33:18 (GMT) |
commit | 4806174aeff4d7c600f6be20649153bf0e997953 (patch) | |
tree | 649e174728f5324595ad31fb3b5fbb49171c030b /src/gui/widgets/qlineedit.h | |
parent | 82917af38936d4ea33bc7fd2310c1361ebf2ac73 (diff) | |
download | Qt-4806174aeff4d7c600f6be20649153bf0e997953.zip Qt-4806174aeff4d7c600f6be20649153bf0e997953.tar.gz Qt-4806174aeff4d7c600f6be20649153bf0e997953.tar.bz2 |
QLineEdit: reenable the delete action from the context menu
We now need to connect to the slot in the QLineControl and not to the
slot of the QLineEdit (the QLineEdit slot is now also removed).
Reviewed-by: Alan Alpert
Diffstat (limited to 'src/gui/widgets/qlineedit.h')
-rw-r--r-- | src/gui/widgets/qlineedit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/qlineedit.h b/src/gui/widgets/qlineedit.h index 03d4376..cd37ad0 100644 --- a/src/gui/widgets/qlineedit.h +++ b/src/gui/widgets/qlineedit.h @@ -267,7 +267,6 @@ private: Q_DISABLE_COPY(QLineEdit) Q_DECLARE_PRIVATE(QLineEdit) Q_PRIVATE_SLOT(d_func(), void _q_handleWindowActivate()) - Q_PRIVATE_SLOT(d_func(), void _q_deleteSelected()) Q_PRIVATE_SLOT(d_func(), void _q_textEdited(const QString &)) Q_PRIVATE_SLOT(d_func(), void _q_cursorPositionChanged(int, int)) #ifndef QT_NO_COMPLETER |