mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-04-27 18:24:38 +00:00
remove auto
This commit is contained in:
parent
5f263faa34
commit
8e2da65a6b
@ -50,7 +50,7 @@ void Async::asyncHandler(Job job,
|
||||
}
|
||||
|
||||
void Async::threadAnalize(QThread *thread) {
|
||||
auto mainThread = AbstractNode::mainThreadID();
|
||||
QThread * mainThread = AbstractNode::mainThreadID();
|
||||
|
||||
debug_assert((mainThread != thread) && thread, "You try create async object into main thread");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user