mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove some unnecessary forward declarations and headers
This commit is contained in:
parent
70ede75aa5
commit
8365cb215b
3 changed files with 0 additions and 11 deletions
|
@ -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 a new issue