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
20f796ee
Commit
20f796ee
authored
Oct 04, 2010
by
Christian Kandeler
Browse files
Maemo: Fix deployment of inactive project.
Reviewed-by: kh1
parent
b2030a13
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemotemplatesmanager.cpp
View file @
20f796ee
...
...
@@ -81,6 +81,8 @@ MaemoTemplatesManager::MaemoTemplatesManager(QObject *parent) : QObject(parent)
=
ProjectExplorerPlugin
::
instance
()
->
session
();
connect
(
session
,
SIGNAL
(
startupProjectChanged
(
ProjectExplorer
::
Project
*
)),
this
,
SLOT
(
handleActiveProjectChanged
(
ProjectExplorer
::
Project
*
)));
connect
(
session
,
SIGNAL
(
projectAdded
(
ProjectExplorer
::
Project
*
)),
this
,
SLOT
(
handleActiveProjectChanged
(
ProjectExplorer
::
Project
*
)));
connect
(
session
,
SIGNAL
(
aboutToRemoveProject
(
ProjectExplorer
::
Project
*
)),
this
,
SLOT
(
handleProjectToBeRemoved
(
ProjectExplorer
::
Project
*
)));
handleActiveProjectChanged
(
session
->
startupProject
());
...
...
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