mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 22:29:13 +08:00
Doxygen
This commit is contained in:
committed by
Mathew Sutcliffe
parent
48f65ee080
commit
b3186d6b91
@@ -242,6 +242,7 @@ namespace BlackCore
|
|||||||
|
|
||||||
//! Process all events for some time
|
//! Process all events for some time
|
||||||
//! \remark unlike QCoreApplication::processEvents this will spend at least the given time in the function, using QThread::msleep
|
//! \remark unlike QCoreApplication::processEvents this will spend at least the given time in the function, using QThread::msleep
|
||||||
|
//! \sa BlackMisc::CEventLoop
|
||||||
static void processEventsFor(int milliseconds);
|
static void processEventsFor(int milliseconds);
|
||||||
|
|
||||||
//! Clear the caches
|
//! Clear the caches
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ namespace BlackCore
|
|||||||
namespace Data
|
namespace Data
|
||||||
{
|
{
|
||||||
//! Global settings for readers, debug flags, etc.
|
//! Global settings for readers, debug flags, etc.
|
||||||
//! \note also called the bootstrap file as it is needed once to get information where all the data are located
|
//! \note also called the bootstrap file as it is required once to get information where all the data are located
|
||||||
class BLACKCORE_EXPORT CGlobalSetup :
|
class BLACKCORE_EXPORT CGlobalSetup :
|
||||||
public BlackMisc::CValueObject<CGlobalSetup>,
|
public BlackMisc::CValueObject<CGlobalSetup>,
|
||||||
public BlackMisc::ITimestampBased
|
public BlackMisc::ITimestampBased
|
||||||
|
|||||||
Reference in New Issue
Block a user