mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +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,15 +13,24 @@
|
||||
#define BLACKGUI_GUIUTILITY_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/icon.h"
|
||||
#include "enableforframelesswindow.h"
|
||||
#include "blackmisc/variant.h"
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QPoint>
|
||||
#include <QString>
|
||||
#include <QWidgetList>
|
||||
#include <QComboBox>
|
||||
#include <QCheckBox>
|
||||
#include <QCommandLineParser>
|
||||
|
||||
class QCheckBox;
|
||||
class QComboBox;
|
||||
class QLayout;
|
||||
class QMimeData;
|
||||
class QTabWidget;
|
||||
class QWidget;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
class CEnableForFramelessWindow;
|
||||
|
||||
class COverlayMessagesFrame;
|
||||
|
||||
//! GUI utilities
|
||||
|
||||
Reference in New Issue
Block a user