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
f87f2c97
Commit
f87f2c97
authored
Nov 30, 2009
by
kh1
Browse files
Missing return.
parent
031acae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
View file @
f87f2c97
...
...
@@ -500,7 +500,7 @@ const QString MaemoRunConfiguration::gdbCmd() const
QString
MaemoRunConfiguration
::
maddeRoot
()
const
{
if
(
const
MaemoToolChain
*
tc
=
toolchain
())
tc
->
maddeRoot
();
return
tc
->
maddeRoot
();
return
QString
();
}
...
...
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