mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
refs #347, CMainWindow for frameless main windows
This commit is contained in:
committed by
Roland Winklmeier
parent
facbefeeea
commit
42a4e0b48b
@@ -9,10 +9,11 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef SAMPLE_INTROWINDOW_H
|
||||
#define SAMPLE_INTROWINDOW_H
|
||||
#ifndef STDGUI_INTROWINDOW_H
|
||||
#define STDGUI_INTROWINDOW_H
|
||||
|
||||
#include "guimodeenums.h"
|
||||
#include "blackgui/enableforframelesswindow.h"
|
||||
#include <QDialog>
|
||||
#include <QScopedPointer>
|
||||
|
||||
@@ -31,7 +32,7 @@ public:
|
||||
~CIntroWindow();
|
||||
|
||||
//! Selected window mode
|
||||
GuiModes::WindowMode getWindowMode() const;
|
||||
BlackGui::CEnableForFramelessWindow::WindowMode getWindowMode() const;
|
||||
|
||||
//! Get core mode
|
||||
GuiModes::CoreMode getCoreMode() const;
|
||||
|
||||
Reference in New Issue
Block a user