Merge pull request #1548 from Nheko-Reborn/cleanupWidgetsStuff

Remove some unnecessary forward declarations and headers
This commit is contained in:
DeepBlueV7.X 2023-08-13 22:29:26 +00:00 committed by GitHub
commit b865ca204d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -14,7 +14,6 @@
class DeviceVerificationFlow;
class TimelineModel;
class TimelineModel;
class TimelineViewManager;
class RoomlistModel;

View File

@ -7,7 +7,6 @@
#include <QHash>
#include <QQuickItem>
#include <QQuickTextDocument>
#include <QWidget>
#include <mtx/common.hpp>
#include <mtx/responses/messages.hpp>