diff options
| author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-08-10 14:56:44 +0200 |
|---|---|---|
| committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-08-10 14:56:44 +0200 |
| commit | 6ae4c71032e6b15dedd631dfff0c0c4cc4a8522a (patch) | |
| tree | cd2c53b90bb13375df387414e99e6d8e7509e2a9 /src/RWAHostModel.h | |
| parent | afeb0381f568b4c9f51296cd5de325c8c8aac3f2 (diff) | |
| download | RWA.Support.DesktopApp-6ae4c71032e6b15dedd631dfff0c0c4cc4a8522a.tar.gz RWA.Support.DesktopApp-6ae4c71032e6b15dedd631dfff0c0c4cc4a8522a.tar.bz2 RWA.Support.DesktopApp-6ae4c71032e6b15dedd631dfff0c0c4cc4a8522a.zip | |
Complete restructure of current code tree
Diffstat (limited to 'src/RWAHostModel.h')
| -rw-r--r-- | src/RWAHostModel.h | 23 |
1 files changed, 0 insertions, 23 deletions
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 <QObject> -#include <QAbstractListModel> - -#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 |
