forked from qt-creator/qt-creator
CppTools: Do not garbage collect files in the working copy
...except the configuration file if no projects are open. For this case there is no need to keep the configuration file around. Task-number: QTCREATORBUG-9829 Change-Id: I51b01b30c17cbc1ced491ef2c47c338dae6ed983 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -151,11 +151,11 @@ public slots:
|
||||
|
||||
private slots:
|
||||
// This should be executed in the GUI thread.
|
||||
void onAboutToRemoveProject(ProjectExplorer::Project *project);
|
||||
void onAboutToLoadSession();
|
||||
void onAboutToUnloadSession();
|
||||
void onCoreAboutToClose();
|
||||
void onProjectAdded(ProjectExplorer::Project *project);
|
||||
void onAboutToRemoveProject(ProjectExplorer::Project *project);
|
||||
void onCoreAboutToClose();
|
||||
|
||||
private:
|
||||
void delayedGC();
|
||||
|
Reference in New Issue
Block a user