From 56d213b3c8984ef033784e60fccf25d3cfbdbb13 Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Fri, 7 Mar 2014 16:23:16 +0100 Subject: Added function to add info entries if the xml file could not be loaded --- src/sessiontreemodel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sessiontreemodel.h') diff --git a/src/sessiontreemodel.h b/src/sessiontreemodel.h index b5d8ff8..a768bf1 100644 --- a/src/sessiontreemodel.h +++ b/src/sessiontreemodel.h @@ -26,6 +26,8 @@ class SessionTreeModel : public QAbstractItemModel { int columnCount(const QModelIndex &parent = QModelIndex()) const; void addItems(const QList& sessions, const QString& section); + void addLabelItem(const QString& label, const QString& section); + void removeItem(const QString& name, const QString& section); private: -- cgit v1.2.3-55-g7522