Added CDatabaseWriter::getLogCategories.

This commit is contained in:
Mat Sutcliffe
2019-03-01 22:30:41 +00:00
parent 21a13978a2
commit 8c0d82de99
2 changed files with 14 additions and 3 deletions

View File

@@ -58,6 +58,9 @@ namespace BlackCore
//! Write log
const BlackMisc::Network::CUrlLogList &getWriteLog() const { return m_writeLog; }
//! Log categories
static const BlackMisc::CLogCategoryList &getLogCategories();
signals:
//! Published models, the response to \sa asyncPublishModels
void publishedModels(const BlackMisc::Simulation::CAircraftModelList &modelsPublished,