refs #347, CMainWindow for frameless main windows

This commit is contained in:
Klaus Basan
2014-11-22 18:51:00 +01:00
committed by Roland Winklmeier
parent facbefeeea
commit 42a4e0b48b
15 changed files with 266 additions and 112 deletions

View File

@@ -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;