mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Fix BlackGui header includes
* Include only what is used * Use forward declaration when possible * Sorted includes refs #598
This commit is contained in:
@@ -13,14 +13,16 @@
|
||||
#define BLACKGUI_ENABLEFORDOCKWIDGETINFOAREA_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/dockwidgetinfoarea.h"
|
||||
#include "blackgui/infoarea.h"
|
||||
#include "blackgui/enableforframelesswindow.h"
|
||||
#include "blackmisc/connectionguard.h"
|
||||
#include <QWidget>
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
class CDockWidgetInfoArea;
|
||||
class CEnableForFramelessWindow;
|
||||
class CInfoArea;
|
||||
|
||||
namespace Components
|
||||
{
|
||||
//! Helper class: If a component is residing in an dockable widget.
|
||||
|
||||
Reference in New Issue
Block a user