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
cb6b1b54
Commit
cb6b1b54
authored
Jul 22, 2010
by
Tobias Hunger
Browse files
Fix "Rebuild Project X" getting shown twice
parent
be777c64
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectexplorer.cpp
View file @
cb6b1b54
...
...
@@ -637,7 +637,7 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er
// deploy action (context menu)
d
->
m_deployActionContextMenu
=
new
Utils
::
ParameterAction
(
tr
(
"Deploy Project"
),
tr
(
"Deploy Project
\"
%1
\"
"
),
Utils
::
ParameterAction
::
AlwaysEnabled
,
this
);
cmd
=
am
->
registerAction
(
d
->
m_
rebuild
ActionContextMenu
,
Constants
::
DEPLOYCM
,
globalcontext
);
cmd
=
am
->
registerAction
(
d
->
m_
deploy
ActionContextMenu
,
Constants
::
DEPLOYCM
,
globalcontext
);
cmd
->
setAttribute
(
Core
::
Command
::
CA_UpdateText
);
cmd
->
setDefaultText
(
d
->
m_deployActionContextMenu
->
text
());
mproject
->
addAction
(
cmd
,
Constants
::
G_PROJECT_BUILD
);
...
...
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