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
Marco Bubke
flatpak-qt-creator
Commits
53158b46
Commit
53158b46
authored
Apr 09, 2010
by
kh1
Browse files
Remove double connect.
Reviewed-by: ck
parent
a11df783
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
View file @
53158b46
...
...
@@ -98,9 +98,6 @@ void MaemoRunConfiguration::init()
connect
(
&
MaemoDeviceConfigurations
::
instance
(),
SIGNAL
(
updated
()),
this
,
SLOT
(
updateDeviceConfigurations
()));
connect
(
qt4Target
()
->
qt4Project
(),
SIGNAL
(
proFileUpdated
(
Qt4ProjectManager
::
Internal
::
Qt4ProFileNode
*
)),
this
,
SLOT
(
proFileUpdate
(
Qt4ProjectManager
::
Internal
::
Qt4ProFileNode
*
)));
connect
(
qt4Target
()
->
qt4Project
(),
SIGNAL
(
proFileUpdated
(
Qt4ProjectManager
::
Internal
::
Qt4ProFileNode
*
)),
this
,
SLOT
(
proFileUpdate
(
Qt4ProjectManager
::
Internal
::
Qt4ProFileNode
*
)));
...
...
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