forked from qt-creator/qt-creator
Removed slot declaration
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user