Remove this as unnecessary.

This commit is contained in:
Adam Treat
2023-06-19 18:23:05 -04:00
committed by AT
parent 7c28e79644
commit 0cfe225506
3 changed files with 11 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
#include <QDataStream>
#define CHAT_FORMAT_MAGIC 0xF5D553CC
#define CHAT_FORMAT_VERSION 3
#define CHAT_FORMAT_VERSION 4
ChatListModel::ChatListModel(QObject *parent)
: QAbstractListModel(parent)