Simplified Ctor for application with CApplicationInfo::Application

This commit is contained in:
Klaus Basan
2017-03-12 18:29:19 +01:00
committed by Mathew Sutcliffe
parent 272fa95576
commit 705e83e156
3 changed files with 10 additions and 1 deletions

View File

@@ -101,6 +101,9 @@ namespace BlackCore
//! Own log categories
static const BlackMisc::CLogCategoryList &getLogCategories();
//! Constructor
CApplication(BlackMisc::CApplicationInfo::Application application, bool init = true);
//! Constructor
CApplication(const QString &applicationName = executable(), BlackMisc::CApplicationInfo::Application application = BlackMisc::CApplicationInfo::Unknown, bool init = true);