mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T730, use an event loop with parent "this"
* central function to get QEventLoop (this can also be used to set a timeout) * do NOT use sApp as parent -> parent must be in same thread
This commit is contained in:
committed by
Mat Sutcliffe
parent
e4e4dd090e
commit
b802933422
@@ -48,7 +48,7 @@ namespace BlackMisc
|
||||
static const QString threadToString(const void *t);
|
||||
|
||||
//! Info about current thread
|
||||
static const QString threadInfo(QThread *thread);
|
||||
static const QString threadInfo(const QThread *thread);
|
||||
|
||||
//! Info about current thread
|
||||
static const QString currentThreadInfo();
|
||||
|
||||
Reference in New Issue
Block a user