forked from qt-creator/qt-creator
Qml JS Debugger: Change context path from Creator's crumble path
This commit is contained in:
@@ -13,6 +13,7 @@ class ContextCrumblePath : public Utils::CrumblePath
|
||||
public:
|
||||
ContextCrumblePath(QWidget *parent = 0);
|
||||
virtual ~ContextCrumblePath();
|
||||
bool isEmpty() const;
|
||||
|
||||
public slots:
|
||||
void updateContextPath(const QStringList &path);
|
||||
|
||||
Reference in New Issue
Block a user