mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Simplified Ctor for application with CApplicationInfo::Application
This commit is contained in:
committed by
Mathew Sutcliffe
parent
272fa95576
commit
705e83e156
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user