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
ed945483
Commit
ed945483
authored
Mar 29, 2010
by
dt
Browse files
Fix unload action in context menu.
Was showing the wrong projectname. Reviewed-By: danimo
parent
412486c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectexplorer.cpp
View file @
ed945483
...
...
@@ -1373,7 +1373,7 @@ void ProjectExplorerPlugin::updateActions()
if
(
debug
)
qDebug
()
<<
"BuildManager::isBuilding()"
<<
building
;
d
->
m_unloadAction
->
setParameter
(
projectName
);
d
->
m_unloadAction
->
setParameter
(
projectName
ContextMenu
);
d
->
m_buildAction
->
setParameter
(
projectName
);
d
->
m_rebuildAction
->
setParameter
(
projectName
);
...
...
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