mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
committed by
Mathew Sutcliffe
parent
bcb00b1b91
commit
52f0756597
@@ -22,9 +22,11 @@ using namespace BlackCore;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
//! [CSwiftGuiStdApplication]
|
||||
QApplication qa(argc, argv);
|
||||
CSwiftGuiStdApplication a;
|
||||
if (!a.start()) { return EXIT_FAILURE; }
|
||||
//! [CSwiftGuiStdApplication]
|
||||
|
||||
// show window
|
||||
CEnableForFramelessWindow::WindowMode windowMode = a.getWindowMode();
|
||||
|
||||
Reference in New Issue
Block a user