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
Tobias Hunger
qt-creator
Commits
d9d39ab2
Commit
d9d39ab2
authored
Oct 01, 2009
by
hjk
Browse files
allow saved actions with no representaion in the configuration dialog
Useful for simple context menu items.
parent
9be3ab0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/utils/savedaction.cpp
View file @
d9d39ab2
...
...
@@ -421,7 +421,8 @@ void SavedAction::trigger(const QVariant &data)
void
SavedActionSet
::
insert
(
SavedAction
*
action
,
QWidget
*
widget
)
{
m_list
.
append
(
action
);
action
->
connectWidget
(
widget
);
if
(
widget
)
action
->
connectWidget
(
widget
);
}
void
SavedActionSet
::
apply
(
QSettings
*
settings
)
...
...
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