From 7ef4fe2d1828f87a5d3b77d245158f69f7efabae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= 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(-) (limited to 'tasklist.hxx') 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.2.3