mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -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
|
||||
#define DLG_TIPOFDAY_H
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QComboBox>
|
||||
#include <QDialog>
|
||||
#include <QDialogButtonBox>
|
||||
#include <QLabel>
|
||||
#include <QLineEdit>
|
||||
#include <QLoggingCategory>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
inline Q_LOGGING_CATEGORY(DlgTipOfTheDayLog, "dlg_tip_of_the_day");
|
||||
|
||||
class QLabel;
|
||||
class QPushButton;
|
||||
class QCheckBox;
|
||||
class TipsOfTheDay;
|
||||
|
||||
class DlgTipOfTheDay : public QDialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue