summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qlineedit_p.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_p.h
parent6270d5c69f862d714f26960398ad5adae8e4a567 (diff)
Remove dead code (private slot) in QLineEdit
Reviewed-by: janarve
Diffstat (limited to 'src/gui/widgets/qlineedit_p.h')
-rw-r--r--src/gui/widgets/qlineedit_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/qlineedit_p.h b/src/gui/widgets/qlineedit_p.h
index 3cb73d72aa..7a4ff26956 100644
--- a/src/gui/widgets/qlineedit_p.h
+++ b/src/gui/widgets/qlineedit_p.h
@@ -216,7 +216,6 @@ public:
void drag();
#endif
- void _q_clipboardChanged();
void _q_handleWindowActivate();
void _q_deleteSelected();
bool userInput;