Skip to content
Snippets Groups Projects
Commit 2246be65 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

fix warning

parent e72e0796
No related branches found
No related tags found
No related merge requests found
...@@ -147,8 +147,8 @@ void CustomExecutableConfigurationWidget::changed() ...@@ -147,8 +147,8 @@ void CustomExecutableConfigurationWidget::changed()
CustomExecutableRunConfiguration::CustomExecutableRunConfiguration(Project *pro) CustomExecutableRunConfiguration::CustomExecutableRunConfiguration(Project *pro)
: ApplicationRunConfiguration(pro), : ApplicationRunConfiguration(pro),
m_userSetName(false), m_runMode(Gui),
m_runMode(Gui) m_userSetName(false)
{ {
m_workingDirectory = "$BUILDDIR"; m_workingDirectory = "$BUILDDIR";
setName("Custom Executable"); setName("Custom Executable");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment