QmlJSEditor: remove leftovers from semantic info updater move

Change-Id: Ib93a66f56ecd7a1324195e817f14280fcc0c3625
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Eike Ziller
2014-01-30 13:41:49 +01:00
parent a94d736881
commit d538235885
2 changed files with 0 additions and 5 deletions

View File

@@ -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);