diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-24 14:57:31 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-24 14:57:31 (GMT) |
commit | dab9d7c67ed2eda150c8da9e41db75f7eeeecd0d (patch) | |
tree | a08122894bd11ce46cc842748d94f925b8fe9bec /src/gui/widgets/qlineedit.h | |
parent | 6270d5c69f862d714f26960398ad5adae8e4a567 (diff) | |
download | Qt-dab9d7c67ed2eda150c8da9e41db75f7eeeecd0d.zip Qt-dab9d7c67ed2eda150c8da9e41db75f7eeeecd0d.tar.gz Qt-dab9d7c67ed2eda150c8da9e41db75f7eeeecd0d.tar.bz2 |
Remove dead code (private slot) in QLineEdit
Reviewed-by: janarve
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 bb75a19..a97dc9a 100644 --- a/src/gui/widgets/qlineedit.h +++ b/src/gui/widgets/qlineedit.h @@ -266,7 +266,6 @@ private: #endif Q_DISABLE_COPY(QLineEdit) Q_DECLARE_PRIVATE(QLineEdit) - Q_PRIVATE_SLOT(d_func(), void _q_clipboardChanged()) Q_PRIVATE_SLOT(d_func(), void _q_handleWindowActivate()) Q_PRIVATE_SLOT(d_func(), void _q_deleteSelected()) #ifndef QT_NO_COMPLETER |