forked from qt-creator/qt-creator
QmlJSEditor: remove leftovers from semantic info updater move
Change-Id: Ib93a66f56ecd7a1324195e817f14280fcc0c3625 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -71,8 +71,6 @@ class FindReferences;
|
||||
namespace Internal {
|
||||
class QmlJSEditorDocument;
|
||||
class QmlOutlineModel;
|
||||
class SemanticInfoUpdater;
|
||||
struct SemanticInfoUpdaterSource;
|
||||
class SemanticHighlighter;
|
||||
|
||||
} // namespace Internal
|
||||
@@ -126,8 +124,6 @@ signals:
|
||||
void outlineModelIndexChanged(const QModelIndex &index);
|
||||
void selectedElementsChanged(QList<QmlJS::AST::UiObjectMember*> offsets,
|
||||
const QString &wordAtCursor);
|
||||
void semanticInfoUpdated();
|
||||
|
||||
private slots:
|
||||
void modificationChanged(bool);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user