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
4b261a17
Commit
4b261a17
authored
Dec 14, 2009
by
dt
Browse files
Fix obviously wrong connect
parent
bfb06191
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4buildenvironmentwidget.cpp
View file @
4b261a17
...
...
@@ -72,7 +72,7 @@ void Qt4BuildEnvironmentWidget::init(ProjectExplorer::BuildConfiguration *bc)
qDebug
()
<<
"Qt4BuildConfigWidget::init()"
;
if
(
m_buildConfiguration
)
{
disconnect
(
this
,
SIGNAL
(
environmentChanged
()),
disconnect
(
m_buildConfiguration
,
SIGNAL
(
environmentChanged
()),
this
,
SLOT
(
environmentChanged
()));
}
...
...
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