diff --git a/src/blackcore/application.h b/src/blackcore/application.h index 6ccd305d6..df210b8b3 100644 --- a/src/blackcore/application.h +++ b/src/blackcore/application.h @@ -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 diff --git a/src/blackcore/data/globalsetup.h b/src/blackcore/data/globalsetup.h index c8b161fdc..cb40aa3db 100644 --- a/src/blackcore/data/globalsetup.h +++ b/src/blackcore/data/globalsetup.h @@ -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, public BlackMisc::ITimestampBased