mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Fixed startup in launcher
This commit is contained in:
committed by
Mathew Sutcliffe
parent
9eff387207
commit
ee27ca4d44
@@ -62,9 +62,7 @@ using namespace BlackMisc::Audio;
|
||||
using namespace BlackMisc::Input;
|
||||
using namespace BlackMisc::Simulation;
|
||||
|
||||
/*
|
||||
* Constructor
|
||||
*/
|
||||
// Constructor
|
||||
SwiftGuiStd::SwiftGuiStd(BlackGui::CEnableForFramelessWindow::WindowMode windowMode, QWidget *parent) :
|
||||
QMainWindow(parent, CEnableForFramelessWindow::modeToWindowFlags(windowMode)),
|
||||
CIdentifiable(this),
|
||||
|
||||
Reference in New Issue
Block a user