QmlObserver: Disable crumblepath if not active

This commit is contained in:
Kai Koehne
2011-04-27 17:20:44 +02:00
parent 7812f15240
commit 8a28be85c6
6 changed files with 29 additions and 5 deletions

View File

@@ -51,6 +51,7 @@ public:
public slots:
void updateContextPath(const QStringList &path, const QList<int> &debugIds);
void addChildren(const QStringList &childrenNames, const QList<int> &childrenDebugIds);
void clear();
private:
bool m_isEmpty;