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 e4edcba..b8fd7ab 100644
--- a/src/sessiontreemodel.h
+++ b/src/sessiontreemodel.h
@@ -31,6 +31,8 @@ class SessionTreeModel : public QAbstractItemModel {
void addLabelItem(const QString& label, const QString& section);
void removeItem(const QString& name, const QString& section);
+ void updateView();
+
private:
SessionTreeItem* root_;