forked from qt-creator/qt-creator
ClangTools: Remember selected files
Change-Id: I53227d0ada37b613b7312149bb8e7c15f6bf2bcc Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "clangstaticanalyzerruncontrol.h"
|
||||
#include "clangstaticanalyzertool.h"
|
||||
#include "clangtidyclazytool.h"
|
||||
#include "clangtoolsprojectsettings.h"
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
#include "clangstaticanalyzerpreconfiguredsessiontests.h"
|
||||
@@ -107,6 +108,7 @@ public:
|
||||
ClangStaticAnalyzerTool staticAnalyzerTool;
|
||||
ClangTidyClazyTool clangTidyClazyTool;
|
||||
ClangToolsOptionsPage optionsPage;
|
||||
ClangToolsProjectSettingsManager settingsManager;
|
||||
};
|
||||
|
||||
ClangToolsPlugin::~ClangToolsPlugin()
|
||||
|
||||
Reference in New Issue
Block a user