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
5205d86a
Commit
5205d86a
authored
Feb 02, 2009
by
Oswald Buddenhagen
Browse files
remove weird pointless initialization
parent
b358b106
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/applicationrunconfiguration.cpp
View file @
5205d86a
...
...
@@ -111,7 +111,7 @@ QWidget *ApplicationRunConfigurationRunner::configurationWidget(QSharedPointer<R
// ApplicationRunControl
ApplicationRunControl
::
ApplicationRunControl
(
QSharedPointer
<
ApplicationRunConfiguration
>
runConfiguration
)
:
RunControl
(
runConfiguration
)
,
m_applicationLauncher
()
:
RunControl
(
runConfiguration
)
{
connect
(
&
m_applicationLauncher
,
SIGNAL
(
applicationError
(
QString
)),
this
,
SLOT
(
slotError
(
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