diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2017-01-05 12:49:45 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@qt.io> | 2017-01-05 14:42:24 +0000 |
commit | 87c8839202973528a44a6bb447fcc2ebdb08a36a (patch) | |
tree | 05b7658c607cdff42e8b832bd44f4a475983dcea /src/plugins/clangstaticanalyzer | |
parent | f3e3d395e53d795ac4868f76369e61903d4ca67d (diff) | |
download | qt-creator-87c8839202973528a44a6bb447fcc2ebdb08a36a.tar.gz |
RunConfiguration: Simplify adding of ExtraAspects
This makes the code a bit simpler, at the cost of the factories not
having access to the fully specialized RunConfiguration anymore. This
is apparently never used and the factories can still use the Id to decide
what to do if they really need to.
Change-Id: I7d94f85e984ac87e62c6d341c1038e1538aa15df
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/clangstaticanalyzer')
-rw-r--r-- | src/plugins/clangstaticanalyzer/clangstaticanalyzertool.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/clangstaticanalyzer/clangstaticanalyzertool.cpp b/src/plugins/clangstaticanalyzer/clangstaticanalyzertool.cpp index 2fce20cc67..cc687a0af0 100644 --- a/src/plugins/clangstaticanalyzer/clangstaticanalyzertool.cpp +++ b/src/plugins/clangstaticanalyzer/clangstaticanalyzertool.cpp @@ -69,7 +69,6 @@ public: : RunConfiguration(parent, "ClangStaticAnalyzer.DummyRunConfig") { setDefaultDisplayName(tr("Clang Static Analyzer")); - addExtraAspects(); } private: |