refs #306, refs #282 Thread safety of readers

In the same step:
* renaming private slots ps_xy
* doxygen
* removed outdated debug messages
This commit is contained in:
Klaus Basan
2014-07-27 02:55:16 +02:00
parent 2cf690d4fe
commit 3cf42b218a
8 changed files with 138 additions and 72 deletions

View File

@@ -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