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
Tobias Hunger
qt-creator
Commits
f3834f01
Commit
f3834f01
authored
Oct 18, 2010
by
Erik Verbruggen
Browse files
Fixed an invalidly named method.
parent
50ab71bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
View file @
f3834f01
...
...
@@ -129,7 +129,7 @@ QWidget *MaemoRunConfiguration::createConfigurationWidget()
return
new
MaemoRunConfigurationWidget
(
this
);
}
ProjectExplorer
::
OutputFormatter
*
MaemoRunConfiguration
::
create
ConfigurationWidget
()
const
ProjectExplorer
::
OutputFormatter
*
MaemoRunConfiguration
::
create
OutputFormatter
()
const
{
return
new
QtOutputFormatter
(
qt4Target
()
->
qt4Project
());
}
...
...
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.h
View file @
f3834f01
...
...
@@ -78,7 +78,7 @@ public:
bool
isEnabled
(
ProjectExplorer
::
BuildConfiguration
*
config
)
const
;
QWidget
*
createConfigurationWidget
();
ProjectExplorer
::
OutputFormatter
*
create
ConfigurationWidget
()
const
;
ProjectExplorer
::
OutputFormatter
*
create
OutputFormatter
()
const
;
Qt4Target
*
qt4Target
()
const
;
Qt4BuildConfiguration
*
activeQt4BuildConfiguration
()
const
;
...
...
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