From 6ae4c71032e6b15dedd631dfff0c0c4cc4a8522a Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Tue, 10 Aug 2021 14:56:44 +0200 Subject: Complete restructure of current code tree --- src/RWAHostModel.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/RWAHostModel.h (limited to 'src/RWAHostModel.h') diff --git a/src/RWAHostModel.h b/src/RWAHostModel.h deleted file mode 100644 index 8697df2..0000000 --- a/src/RWAHostModel.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef RWAHOSTMODEL_H -#define RWAHOSTMODEL_H - -#include -#include - -#include "RWAHost.h" - -class RWAHostModel : public QAbstractListModel { - Q_OBJECT - -public: - explicit RWAHostModel(QObject * parent = nullptr); - int rowCount(const QModelIndex& parent = QModelIndex()) const; - int columnCount(const QModelIndex& parent = QModelIndex()) const; - QVariant data(const QModelIndex & index, int role = Qt::DisplayRole) const; - void populate(); - -private: - QStringList mDatas; -}; - -#endif // RWAHOSTMODEL_H -- cgit v1.2.3