mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
[Cleanup] Redo fwd declarations.
This commit is contained in:
parent
25b9275b97
commit
0fd3b524b2
1 changed files with 3 additions and 2 deletions
|
|
@ -7,17 +7,18 @@
|
||||||
#ifndef DLG_TIPOFDAY_H
|
#ifndef DLG_TIPOFDAY_H
|
||||||
#define DLG_TIPOFDAY_H
|
#define DLG_TIPOFDAY_H
|
||||||
|
|
||||||
#include <QCheckBox>
|
|
||||||
#include <QComboBox>
|
#include <QComboBox>
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
#include <QDialogButtonBox>
|
#include <QDialogButtonBox>
|
||||||
#include <QLabel>
|
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
#include <QLoggingCategory>
|
#include <QLoggingCategory>
|
||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
|
|
||||||
inline Q_LOGGING_CATEGORY(DlgTipOfTheDayLog, "dlg_tip_of_the_day");
|
inline Q_LOGGING_CATEGORY(DlgTipOfTheDayLog, "dlg_tip_of_the_day");
|
||||||
|
|
||||||
|
class QLabel;
|
||||||
|
class QPushButton;
|
||||||
|
class QCheckBox;
|
||||||
class TipsOfTheDay;
|
class TipsOfTheDay;
|
||||||
|
|
||||||
class DlgTipOfTheDay : public QDialog
|
class DlgTipOfTheDay : public QDialog
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue