Minor cleanup

This commit is contained in:
Tobias Fella
2024-10-15 22:01:32 +02:00
parent 79deda4f2d
commit 12971bb08b
2 changed files with 2 additions and 3 deletions

View File

@@ -3,7 +3,6 @@
#pragma once
#include <KFormat>
#include <QAbstractListModel>
#include <QQmlEngine>
@@ -118,7 +117,6 @@ private:
int rowBelowInserted = -1;
bool resetting = false;
bool movingEvent = false;
KFormat m_format;
std::map<QString, std::unique_ptr<NeochatRoomMember>> m_memberObjects;
std::map<QString, std::unique_ptr<MessageContentModel>> m_contentModels;