Clean up the AccountListModel

This commit is contained in:
Tobias Fella
2021-07-27 23:30:36 +02:00
parent de7354f056
commit 00494f8f88
2 changed files with 8 additions and 28 deletions

View File

@@ -23,7 +23,4 @@ public:
[[nodiscard]] int rowCount(const QModelIndex &parent = QModelIndex()) const override;
[[nodiscard]] QHash<int, QByteArray> roleNames() const override;
private:
QVector<Connection *> m_connections;
};