From 7ef4fe2d1828f87a5d3b77d245158f69f7efabae Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Sat, 14 Sep 2019 06:53:37 +0800 Subject: TaskList's static typeID is not needed any more --- tasklist.hxx | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.3