refs #777 Moved enum CApplication::SwiftApplication to CApplicationInfo::Application.

This commit is contained in:
Mathew Sutcliffe
2016-10-17 21:33:54 +01:00
committed by Klaus Basan
parent d1c2c96c31
commit cf9b6f039c
8 changed files with 19 additions and 29 deletions

View File

@@ -20,7 +20,7 @@ using namespace BlackMisc;
using namespace BlackCore;
CSwiftGuiStdApplication::CSwiftGuiStdApplication() :
CGuiApplication("swift pilot client GUI", CGuiApplication::PilotClientGui, CIcons::swift1024())
CGuiApplication("swift pilot client GUI", CApplicationInfo::PilotClientGui, CIcons::swift1024())
{
this->addParserOption(this->m_cmdFacadeMode);
this->addWindowModeOption();