forked from qt-creator/qt-creator
Fixed QTCREATORBUG-1397.
When adding a new file, refreshing semantic errors in the open editor should have worked. It now also works for removing existing files. Done-with: Christian Kamm
This commit is contained in:
@@ -101,12 +101,9 @@ public:
|
||||
|
||||
bool addFiles(const QStringList &filePaths);
|
||||
|
||||
signals:
|
||||
void filesRemovedFromProject(const QStringList removedPaths);
|
||||
|
||||
private slots:
|
||||
void refreshProjectFile();
|
||||
void refreshFiles();
|
||||
void refreshFiles(const QSet<QString> &added, const QSet<QString> &removed);
|
||||
void refreshImportPaths();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user