summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qlineedit.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-06-24 16:57:31 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-06-24 16:57:31 +0200
commitdab9d7c67ed2eda150c8da9e41db75f7eeeecd0d (patch)
treea08122894bd11ce46cc842748d94f925b8fe9bec /src/gui/widgets/qlineedit.h
parent6270d5c69f862d714f26960398ad5adae8e4a567 (diff)
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/qlineedit.h b/src/gui/widgets/qlineedit.h
index bb75a1998e..a97dc9a425 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