mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #347, CMainWindow for frameless main windows
This commit is contained in:
committed by
Roland Winklmeier
parent
facbefeeea
commit
42a4e0b48b
@@ -13,7 +13,7 @@
|
||||
#define BLACKGUI_GUIUTILITY_H
|
||||
|
||||
#include <QWidgetList>
|
||||
#include <QMainWindow>
|
||||
#include "enableforframelesswindow.h"
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
@@ -24,7 +24,7 @@ namespace BlackGui
|
||||
public:
|
||||
|
||||
//! Main application window
|
||||
static QMainWindow *mainWindow();
|
||||
static CEnableForFramelessWindow *mainApplicationWindow();
|
||||
|
||||
//! Is main window frameless?
|
||||
static bool isMainWindowFrameless();
|
||||
|
||||
Reference in New Issue
Block a user