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
2246be65
Commit
2246be65
authored
Mar 18, 2009
by
Oswald Buddenhagen
Browse files
fix warning
parent
e72e0796
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
View file @
2246be65
...
...
@@ -147,8 +147,8 @@ void CustomExecutableConfigurationWidget::changed()
CustomExecutableRunConfiguration
::
CustomExecutableRunConfiguration
(
Project
*
pro
)
:
ApplicationRunConfiguration
(
pro
),
m_
userSetName
(
false
),
m_
runMode
(
Gui
)
m_
runMode
(
Gui
),
m_
userSetName
(
false
)
{
m_workingDirectory
=
"$BUILDDIR"
;
setName
(
"Custom Executable"
);
...
...
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