From 982bc3e3fff205edd1e05dce2ac522cb7b78598d Mon Sep 17 00:00:00 2001 From: Lasse Holmstedt <lasse.holmstedt@nokia.com> Date: Fri, 16 Jul 2010 16:17:32 +0200 Subject: [PATCH] Removed slot declaration --- src/plugins/qmljsinspector/qmljslivetextpreview.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/qmljsinspector/qmljslivetextpreview.h b/src/plugins/qmljsinspector/qmljslivetextpreview.h index ce6f5171d34..1b190010587 100644 --- a/src/plugins/qmljsinspector/qmljslivetextpreview.h +++ b/src/plugins/qmljsinspector/qmljslivetextpreview.h @@ -48,7 +48,6 @@ signals: private slots: void changeSelectedElements(QList<int> offsets, const QString &wordAtCursor); void documentChanged(QmlJS::Document::Ptr doc); - void setEditor(Core::IEditor *editor); void updateDebugIds(const QDeclarativeDebugObjectReference &rootReference); private: -- GitLab