mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
[Cleanup] Redo last removed fwd declarations.
This commit is contained in:
parent
0fd3b524b2
commit
56b3777469
2 changed files with 19 additions and 8 deletions
|
|
@ -2,9 +2,17 @@
|
||||||
|
|
||||||
#include "../interface/widgets/utility/custom_line_edit.h"
|
#include "../interface/widgets/utility/custom_line_edit.h"
|
||||||
|
|
||||||
|
#include <QCheckBox>
|
||||||
#include <QDockWidget>
|
#include <QDockWidget>
|
||||||
|
#include <QGridLayout>
|
||||||
|
#include <QGroupBox>
|
||||||
|
#include <QLabel>
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
|
#include <QPushButton>
|
||||||
|
#include <QRadioButton>
|
||||||
|
#include <QSpinBox>
|
||||||
#include <QTabWidget>
|
#include <QTabWidget>
|
||||||
|
#include <QTableWidget>
|
||||||
#include <libcockatrice/network/client/abstract/abstract_client.h>
|
#include <libcockatrice/network/client/abstract/abstract_client.h>
|
||||||
#include <libcockatrice/protocol/pb/moderator_commands.pb.h>
|
#include <libcockatrice/protocol/pb/moderator_commands.pb.h>
|
||||||
#include <libcockatrice/protocol/pb/response_viewlog_history.pb.h>
|
#include <libcockatrice/protocol/pb/response_viewlog_history.pb.h>
|
||||||
|
|
|
||||||
|
|
@ -9,18 +9,21 @@
|
||||||
|
|
||||||
#include "tab.h"
|
#include "tab.h"
|
||||||
|
|
||||||
#include <QCheckBox>
|
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
#include <QGridLayout>
|
|
||||||
#include <QGroupBox>
|
|
||||||
#include <QLabel>
|
|
||||||
#include <QPushButton>
|
|
||||||
#include <QRadioButton>
|
|
||||||
#include <QSpinBox>
|
|
||||||
#include <QTableWidget>
|
|
||||||
|
|
||||||
class AbstractClient;
|
class AbstractClient;
|
||||||
class LineEditUnfocusable;
|
class LineEditUnfocusable;
|
||||||
|
class QGroupBox;
|
||||||
|
class QPushButton;
|
||||||
|
class QSpinBox;
|
||||||
|
class QCheckBox;
|
||||||
|
class QRadioButton;
|
||||||
|
class QLabel;
|
||||||
|
class QDockWidget;
|
||||||
|
class QWidget;
|
||||||
|
class QGridLayout;
|
||||||
|
class QVBoxLayout;
|
||||||
|
class QTableWidget;
|
||||||
class CommandContainer;
|
class CommandContainer;
|
||||||
class Response;
|
class Response;
|
||||||
class AbstractClient;
|
class AbstractClient;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue