forked from qt-creator/qt-creator
Analyzer: Fix recent regression in aspect creation
Introduced in 15caea1d26
.
Change-Id: I04da456928aa2bbf30467770d5a9da35c0e87d9f
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -151,7 +151,7 @@ void AnalyzerGlobalSettings::registerConfig(AbstractAnalyzerSubConfig *config)
|
||||
}
|
||||
|
||||
|
||||
static QList<AnalyzerSubConfigFactory *> theAnalyzerSubConfigFactories()
|
||||
static QList<AnalyzerSubConfigFactory *> &theAnalyzerSubConfigFactories()
|
||||
{
|
||||
static QList<AnalyzerSubConfigFactory *> theFactories;
|
||||
return theFactories;
|
||||
|
Reference in New Issue
Block a user