mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
refs #403 add BlackGui shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_ENABLEFORFRAMLESSWINDOW_H
|
||||
#define BLACKGUI_ENABLEFORFRAMLESSWINDOW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include <QWidget>
|
||||
#include <QStatusBar>
|
||||
#include <QMouseEvent>
|
||||
@@ -26,7 +27,7 @@ namespace BlackGui
|
||||
//! Main window which can be frameless
|
||||
//! \details QMainWindows cannot be promoted. Hence a derived class does not work properly here.
|
||||
//! Furthermore frameless functionality is also required for CDockWidgets as well.
|
||||
class CEnableForFramelessWindow
|
||||
class BLACKGUI_EXPORT CEnableForFramelessWindow
|
||||
{
|
||||
public:
|
||||
//! Window modes
|
||||
|
||||
Reference in New Issue
Block a user