Skip to content
GitLab
Menu
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
5aa3625e
Commit
5aa3625e
authored
Mar 04, 2010
by
Daniel Molkentin
Browse files
Fix incorrect slot connection.
Reviewed-By: Robert Loehning
parent
8ab726f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/miniprojecttargetselector.cpp
View file @
5aa3625e
...
...
@@ -213,7 +213,7 @@ MiniTargetWidget::MiniTargetWidget(Target *target, QWidget *parent) :
connect
(
m_target
,
SIGNAL
(
addedBuildConfiguration
(
ProjectExplorer
::
BuildConfiguration
*
)),
SLOT
(
addBuildConfiguration
(
ProjectExplorer
::
BuildConfiguration
*
)));
connect
(
m_target
,
SIGNAL
(
removedBuildConfiguration
(
ProjectExplorer
::
BuildConfiguration
*
)),
SLOT
(
add
BuildConfiguration
(
ProjectExplorer
::
BuildConfiguration
*
)));
SLOT
(
remove
BuildConfiguration
(
ProjectExplorer
::
BuildConfiguration
*
)));
connect
(
m_target
,
SIGNAL
(
activeBuildConfigurationChanged
(
ProjectExplorer
::
BuildConfiguration
*
)),
SLOT
(
setActiveBuildConfiguration
()));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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