mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add a utility to check if running on a lambda thread
This commit is contained in:
@@ -560,6 +560,8 @@ public:
|
||||
return m_Thread->wait(time);
|
||||
return true;
|
||||
}
|
||||
|
||||
bool isCurrentThread() { return QThread::currentThread() == m_Thread; }
|
||||
};
|
||||
|
||||
class QFileFilterModel : public QSortFilterProxyModel
|
||||
|
||||
Reference in New Issue
Block a user