diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 06:53:37 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 06:53:37 +0800 |
commit | 7ef4fe2d1828f87a5d3b77d245158f69f7efabae (patch) | |
tree | 40500171c1b63bcb1627240e43e4373efda34580 /tasklist.hxx | |
parent | 58be31e2d8098c5ce8b8406a9e96f88dcc0dcf9c (diff) |
TaskList's static typeID is not needed any more
Diffstat (limited to 'tasklist.hxx')
-rw-r--r-- | tasklist.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tasklist.hxx b/tasklist.hxx index 6b5cf16..feac343 100644 --- a/tasklist.hxx +++ b/tasklist.hxx @@ -28,7 +28,6 @@ class TaskList : public QAbstractListModel explicit TaskList(QObject* parent = nullptr) : QAbstractListModel{parent} {} ~TaskList() {} - inline static int typeId; int rowCount(QModelIndex const& parent = QModelIndex()) const Q_DECL_OVERRIDE; QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const Q_DECL_OVERRIDE; |