forked from qt-creator/qt-creator
Hooked up the QML task manager again.
The QML task manager behaviour is to show warnings/errors for _saved_ files only.
This commit is contained in:
@@ -101,6 +101,9 @@ public:
|
||||
|
||||
bool addFiles(const QStringList &filePaths);
|
||||
|
||||
signals:
|
||||
void filesRemovedFromProject(const QStringList removedPaths);
|
||||
|
||||
private slots:
|
||||
void refreshProjectFile();
|
||||
void refreshFiles();
|
||||
|
||||
Reference in New Issue
Block a user