Skip to content
Snippets Groups Projects
Commit 1e8efe58 authored by Pawel Polanski's avatar Pawel Polanski
Browse files

Fixed 'unused' warning

parent 455e5c87
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,8 @@ QString S60RunControlFactory::displayName() const ...@@ -84,7 +84,8 @@ QString S60RunControlFactory::displayName() const
return m_name; return m_name;
} }
RunConfigWidget *S60RunControlFactory::createConfigurationWidget(RunConfiguration* runConfiguration /*S60DeviceRunConfiguration */) QWidget *S60RunControlFactory::createConfigurationWidget(RunConfiguration *runConfiguration)
{ {
Q_UNUSED(runConfiguration);
return 0; return 0;
} }
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