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
Marco Bubke
flatpak-qt-creator
Commits
33a54c81
Commit
33a54c81
authored
Mar 11, 2010
by
dt
Browse files
Remove connect that is no longer used.
parent
c06fcc00
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
View file @
33a54c81
...
...
@@ -142,9 +142,6 @@ void S60DeviceRunConfiguration::ctor()
connect
(
qt4Target
()
->
qt4Project
(),
SIGNAL
(
proFileUpdated
(
Qt4ProjectManager
::
Internal
::
Qt4ProFileNode
*
)),
this
,
SLOT
(
proFileUpdate
(
Qt4ProjectManager
::
Internal
::
Qt4ProFileNode
*
)));
connect
(
qt4Target
()
->
qt4Project
(),
SIGNAL
(
targetInformationChanged
(
Qt4ProjectManager
::
Internal
::
Qt4ProFileNode
*
)),
this
,
SLOT
(
proFileUpdate
(
Qt4ProjectManager
::
Internal
::
Qt4ProFileNode
*
)));
}
void
S60DeviceRunConfiguration
::
proFileUpdate
(
Qt4ProjectManager
::
Internal
::
Qt4ProFileNode
*
pro
)
...
...
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