mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +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
|
||||
//! \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);
|
||||
|
||||
//! Clear the caches
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace BlackCore
|
||||
namespace Data
|
||||
{
|
||||
//! 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 :
|
||||
public BlackMisc::CValueObject<CGlobalSetup>,
|
||||
public BlackMisc::ITimestampBased
|
||||
|
||||
Reference in New Issue
Block a user