forked from qt-creator/qt-creator
QmlJSInspector: Removed context path related things
Apparently this part of the protocol was already not being used at all. Now that the SubcomponentEditorTool will be removed it is no longer relevant. Change-Id: I5710fe815be233548e590e90410b85ed4fa3487c Reviewed-on: http://codereview.qt.nokia.com/88 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
committed by
Kai Koehne
parent
0faf7ab922
commit
97ca81fc6d
@@ -113,7 +113,6 @@ signals:
|
||||
void showAppOnTopChanged(bool showAppOnTop);
|
||||
void serverReloaded();
|
||||
void selectedColorChanged(const QColor &color);
|
||||
void contextPathUpdated(const QStringList &contextPath);
|
||||
void propertyChanged(int debugId, const QByteArray &propertyName, const QVariant &propertyValue);
|
||||
|
||||
public slots:
|
||||
@@ -133,7 +132,6 @@ public slots:
|
||||
const QStringList &imports, const QString &filename = QString(), int order = 0);
|
||||
void destroyQmlObject(int debugId);
|
||||
void reparentQmlObject(int debugId, int newParent);
|
||||
void setContextPathIndex(int contextIndex);
|
||||
|
||||
private slots:
|
||||
void connectToServer();
|
||||
|
||||
Reference in New Issue
Block a user