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
Marco Bubke
flatpak-qt-creator
Commits
d3642a54
Commit
d3642a54
authored
Aug 20, 2009
by
mae
Browse files
use QueuedConnection for safety
parent
79bdbfa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/fancyactionbar.cpp
View file @
d3642a54
...
...
@@ -158,7 +158,8 @@ void FancyActionBar::insertAction(int index, QAction *action, QMenu *menu)
// execute action also if a context menu item is select
connect
(
toolButton
,
SIGNAL
(
triggered
(
QAction
*
)),
this
,
SLOT
(
toolButtonContextMenuActionTriggered
(
QAction
*
)));
this
,
SLOT
(
toolButtonContextMenuActionTriggered
(
QAction
*
)),
Qt
::
QueuedConnection
);
}
m_actionsLayout
->
insertWidget
(
index
,
toolButton
);
}
...
...
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