summaryrefslogtreecommitdiffstats
path: root/src/sessiontreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sessiontreemodel.h')
-rw-r--r--src/sessiontreemodel.h2
1 files changed, 2 insertions, 0 deletions
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<Session*>& sessions, const QString& section);
+ void addLabelItem(const QString& label, const QString& section);
+ void removeItem(const QString& name, const QString& section);
private: