Mercurial > hg > octave-nkf
changeset 20346:46fb763e5f3a
Move octave_qt_link thread affinity back to the GUI thread (bug #44912)
* octave-qt-link.cc (octave_qt_link::octave_qt_link): Leave qt-link object
in GUI thread by removing moveToThread() from constructor.
author | Daniel J Sebald <daniel.sebald@ieee.org> |
---|---|
date | Fri, 24 Apr 2015 23:36:59 -0500 |
parents | 4c6d70a35192 |
children | 4ba6c61c8794 |
files | libgui/src/octave-qt-link.cc |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libgui/src/octave-qt-link.cc +++ b/libgui/src/octave-qt-link.cc @@ -59,10 +59,6 @@ command_interpreter->moveToThread (main_thread); main_thread->start (); - - // Move this link object affinity to the same thread as the - // interpreter to ensure signals/slots to the GUI are queued. - moveToThread (main_thread); } octave_qt_link::~octave_qt_link (void) { }