Issue #77 Rename

This commit is contained in:
Mat Sutcliffe
2020-08-24 17:48:55 +01:00
parent 936e869c94
commit 802576eda9
30 changed files with 95 additions and 91 deletions

View File

@@ -27,10 +27,14 @@ namespace BlackMisc
CThreadUtils() = delete;
//! Is the current thread the object's thread?
static bool isCurrentThreadObjectThread(const QObject *toBeTested);
//! \deprecated
//! \todo Refactor to inline method
static bool isInThisThread(const QObject *toBeTested);
//! Is the current thread the application thread?
static bool isCurrentThreadApplicationThread();
//! \deprecated
//! \todo Refactor to inline method
static bool thisIsMainThread();
//! Info about current thread, for debug messages
static QString currentThreadInfo();