Skip to content
Snippets Groups Projects
Commit 982bc3e3 authored by Lasse Holmstedt's avatar Lasse Holmstedt
Browse files

Removed slot declaration

parent c4b03574
No related merge requests found
...@@ -48,7 +48,6 @@ signals: ...@@ -48,7 +48,6 @@ signals:
private slots: private slots:
void changeSelectedElements(QList<int> offsets, const QString &wordAtCursor); void changeSelectedElements(QList<int> offsets, const QString &wordAtCursor);
void documentChanged(QmlJS::Document::Ptr doc); void documentChanged(QmlJS::Document::Ptr doc);
void setEditor(Core::IEditor *editor);
void updateDebugIds(const QDeclarativeDebugObjectReference &rootReference); void updateDebugIds(const QDeclarativeDebugObjectReference &rootReference);
private: private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment