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
617871c3
Commit
617871c3
authored
Mar 11, 2011
by
dt
Browse files
ProjectExplorer: updateActions on session change
Task-Nr: QTCREATORBUG-4032
parent
87d9caa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectexplorer.cpp
View file @
617871c3
...
...
@@ -329,6 +329,8 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er
this
,
SLOT
(
startupProjectChanged
()));
connect
(
d
->
m_session
,
SIGNAL
(
dependencyChanged
(
ProjectExplorer
::
Project
*
,
ProjectExplorer
::
Project
*
)),
this
,
SLOT
(
updateActions
()));
connect
(
d
->
m_session
,
SIGNAL
(
sessionLoaded
()),
this
,
SLOT
(
updateActions
()));
d
->
m_proWindow
=
new
ProjectWindow
;
...
...
Write
Preview
Supports
Markdown
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