Merge pull request #1548 from Nheko-Reborn/cleanupWidgetsStuff
Remove some unnecessary forward declarations and headers
This commit is contained in:
commit
b865ca204d
@ -12,15 +12,6 @@
|
||||
|
||||
#include <optional>
|
||||
|
||||
class Toggle;
|
||||
class QLabel;
|
||||
class QFormLayout;
|
||||
class QComboBox;
|
||||
class QFontComboBox;
|
||||
class QSpinBox;
|
||||
class QHBoxLayout;
|
||||
class QVBoxLayout;
|
||||
|
||||
class UserSettings final : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -14,7 +14,6 @@
|
||||
|
||||
class DeviceVerificationFlow;
|
||||
class TimelineModel;
|
||||
class TimelineModel;
|
||||
class TimelineViewManager;
|
||||
class RoomlistModel;
|
||||
|
||||
|
@ -7,7 +7,6 @@
|
||||
#include <QHash>
|
||||
#include <QQuickItem>
|
||||
#include <QQuickTextDocument>
|
||||
#include <QWidget>
|
||||
|
||||
#include <mtx/common.hpp>
|
||||
#include <mtx/responses/messages.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user