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

@@ -10,8 +10,6 @@
#include <Quotient/csapi/pushrules.h>
#include <Quotient/jobs/basejob.h>
#include "enums/pushrule.h"
#include <KLazyLocalizedString>
// Alternate name text for default rules.

View File

@@ -3,8 +3,6 @@
#include "roomsortparametermodel.h"
#include "enums/roomsortparameter.h"
using namespace Qt::StringLiterals;
RoomSortParameterModel::RoomSortParameterModel(QObject *parent)