QmlInspector: changed crumblepath appearance

Reviewed-by: Kai Koehne
This commit is contained in:
Christiaan Janssen
2011-02-10 13:58:59 +01:00
parent 37686e6a15
commit 49fa40cf9e
7 changed files with 55 additions and 33 deletions

View File

@@ -50,7 +50,8 @@ public:
public slots:
void updateContextPath(const QStringList &path, const QList<int> &debugIds);
void selectIndex(int index);
void addChildren(const QStringList &childrenNames, const QList<int> &childrenDebugIds);
private:
bool m_isEmpty;
};