Skip to content
Snippets Groups Projects
Commit a969c9c1 authored by Eike Ziller's avatar Eike Ziller
Browse files
parents 6faede08 f72110a4
No related branches found
No related tags found
No related merge requests found
...@@ -150,8 +150,8 @@ void AnalyzerGlobalSettings::registerTool(IAnalyzerTool *tool) ...@@ -150,8 +150,8 @@ void AnalyzerGlobalSettings::registerTool(IAnalyzerTool *tool)
} }
AnalyzerRunConfigurationAspect::AnalyzerRunConfigurationAspect(QObject *parent) AnalyzerRunConfigurationAspect::AnalyzerRunConfigurationAspect()
: AnalyzerSettings(parent), m_useGlobalSettings(true) : AnalyzerSettings(0), m_useGlobalSettings(true)
{ {
QList<IAnalyzerTool*> tools = AnalyzerManager::tools(); QList<IAnalyzerTool*> tools = AnalyzerManager::tools();
// add sub configs // add sub configs
......
...@@ -164,7 +164,7 @@ class ANALYZER_EXPORT AnalyzerRunConfigurationAspect ...@@ -164,7 +164,7 @@ class ANALYZER_EXPORT AnalyzerRunConfigurationAspect
Q_OBJECT Q_OBJECT
public: public:
AnalyzerRunConfigurationAspect(QObject *parent = 0); AnalyzerRunConfigurationAspect();
~AnalyzerRunConfigurationAspect(); ~AnalyzerRunConfigurationAspect();
QString displayName() const; QString displayName() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment