qt: Keep InitExecutor in main gui thread

This commit is contained in:
João Barbosa
2021-09-26 15:11:46 +01:00
parent 09cb5ec6c8
commit 03a5fe06bd
3 changed files with 28 additions and 23 deletions

View File

@@ -40,6 +40,7 @@ private:
void handleRunawayException(const std::exception* e);
interfaces::Node& m_node;
QObject m_context;
QThread m_thread;
};