Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
5ae7dcb5
Commit
5ae7dcb5
authored
Nov 04, 2015
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* changed connection type for plugin to core as queued
parent
382450b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Core/PluginLoader.cc
Core/PluginLoader.cc
+1
-1
No files found.
Core/PluginLoader.cc
View file @
5ae7dcb5
...
...
@@ -1850,7 +1850,7 @@ void Core::loadPlugin(const QString& _filename,const bool _silent, QString& _lic
// Plugins to core
if
(
checkSignal
(
plugin
,
"emptyObjectAdded(int)"
)
)
connect
(
plugin
,
SIGNAL
(
emptyObjectAdded
(
int
)
)
,
this
,
SLOT
(
slotEmptyObjectAdded
(
int
)
),
Qt
::
Direct
Connection
);
this
,
SLOT
(
slotEmptyObjectAdded
(
int
)
),
Qt
::
Queued
Connection
);
// core to plugins
if
(
checkSlot
(
plugin
,
"addedEmptyObject(int)"
)
)
...
...
Write
Preview
Markdown
is supported
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