summaryrefslogtreecommitdiff
path: root/tasklist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tasklist.hxx')
-rw-r--r--tasklist.hxx1
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;