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
c4e9559c
Commit
c4e9559c
authored
Jul 08, 2010
by
ck
Browse files
Maemo: Remove native separators from where they don't belong.
parent
d3c4f329
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
View file @
c4e9559c
...
...
@@ -278,8 +278,7 @@ QString MaemoRunConfiguration::executable() const
if
(
!
ti
.
valid
)
return
QString
();
return
QDir
::
toNativeSeparators
(
QDir
::
cleanPath
(
ti
.
workingDir
+
QLatin1Char
(
'/'
)
+
ti
.
target
));
return
QDir
::
cleanPath
(
ti
.
workingDir
+
QLatin1Char
(
'/'
)
+
ti
.
target
);
}
QString
MaemoRunConfiguration
::
runtimeGdbServerPort
()
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