forked from qt-creator/qt-creator
QmlJsInspector: implemented Property Inspector
Reviewed-by: Kai Koehne
This commit is contained in:
@@ -46,9 +46,11 @@ public:
|
||||
ContextCrumblePath(QWidget *parent = 0);
|
||||
virtual ~ContextCrumblePath();
|
||||
bool isEmpty() const;
|
||||
int debugIdForIndex(int index) const;
|
||||
|
||||
public slots:
|
||||
void updateContextPath(const QStringList &path);
|
||||
void updateContextPath(const QStringList &path, const QList<int> &debugIds);
|
||||
void selectIndex(int index);
|
||||
private:
|
||||
bool m_isEmpty;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user