GIT_SILENT: Don't duplicate headers between .h/.cpp

This commit is contained in:
Laurent Montel
2025-09-21 14:54:11 +02:00
parent e26f02d9e2
commit 4cdc2b5e58
17 changed files with 0 additions and 27 deletions

View File

@@ -3,8 +3,6 @@
#include "sortfilterroomlistmodel.h"
#include "models/roomlistmodel.h"
#include "neochatconnection.h"
using namespace Qt::StringLiterals;

View File

@@ -8,7 +8,6 @@
#include "enums/roomsortparameter.h"
#include "models/roomtreemodel.h"
#include "neochatconnection.h"
#include "neochatroom.h"
#include "spacehierarchycache.h"
#include <Quotient/eventstats.h>

View File

@@ -3,8 +3,6 @@
#include "sortfilterspacelistmodel.h"
#include "models/roomlistmodel.h"
using namespace Qt::StringLiterals;
SortFilterSpaceListModel::SortFilterSpaceListModel(RoomListModel *sourceModel, QObject *parent)