mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
refactor: clang format line length
This commit is contained in:
@@ -18,10 +18,7 @@ namespace swift::misc
|
||||
return QThread::currentThread() == toBeTested->thread();
|
||||
}
|
||||
|
||||
bool CThreadUtils::thisIsMainThread()
|
||||
{
|
||||
return qApp && QThread::currentThread() == qApp->thread();
|
||||
}
|
||||
bool CThreadUtils::thisIsMainThread() { return qApp && QThread::currentThread() == qApp->thread(); }
|
||||
|
||||
QString CThreadUtils::currentThreadInfo()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user