Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
1e8efe58
Commit
1e8efe58
authored
Feb 28, 2011
by
Pawel Polanski
Browse files
Fixed 'unused' warning
parent
455e5c87
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60runcontrolfactory.cpp
View file @
1e8efe58
...
...
@@ -84,7 +84,8 @@ QString S60RunControlFactory::displayName() const
return
m_name
;
}
RunConfig
Widget
*
S60RunControlFactory
::
createConfigurationWidget
(
RunConfiguration
*
runConfiguration
/*S60DeviceRunConfiguration */
)
Q
Widget
*
S60RunControlFactory
::
createConfigurationWidget
(
RunConfiguration
*
runConfiguration
)
{
Q_UNUSED
(
runConfiguration
);
return
0
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment