From 99ab71d7c18d55a037d5bb6987dea2f30f17e844 Mon Sep 17 00:00:00 2001 From: Lasse Holmstedt <lasse.holmstedt@nokia.com> Date: Wed, 10 Mar 2010 12:31:50 +0100 Subject: [PATCH] Removed undefined slot --- src/plugins/coreplugin/editormanager/editorview.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/coreplugin/editormanager/editorview.h b/src/plugins/coreplugin/editormanager/editorview.h index a0abfb0d603..671bfc79f20 100644 --- a/src/plugins/coreplugin/editormanager/editorview.h +++ b/src/plugins/coreplugin/editormanager/editorview.h @@ -96,9 +96,6 @@ public: QObject *object, const char *member); void hideEditorStatusBar(const QString &id); -private slots: - void updateEditorStatus(Core::IEditor *editor = 0); - private: void updateNavigatorActions(); void updateToolBar(IEditor *editor); -- GitLab