mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
In the same step: * renaming private slots ps_xy * doxygen * removed outdated debug messages
This commit is contained in:
@@ -6,13 +6,17 @@
|
||||
#ifndef BLACKCORE_FREEFUNCTIONS_H
|
||||
#define BLACKCORE_FREEFUNCTIONS_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
/*!
|
||||
* Register all relevant metadata in BlackCore
|
||||
*/
|
||||
//! Register all relevant metadata in BlackCore
|
||||
void registerMetadata();
|
||||
|
||||
//! Is the current thread the one created the object
|
||||
//! \remarks can be used as ASSERT check for threaded objects
|
||||
bool isCurrentThreadCreatingThread(QObject *toBeTested);
|
||||
|
||||
} // BlackCore
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user