summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dialog.h b/src/dialog.h
index e4d87e9..f8794d9 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -18,6 +18,8 @@ public:
Dialog(QWidget *parent = 0);
~Dialog();
void addItems(const QList<Session*>&, const QString& section);
+ void selectSession(const QString& name);
+ void selectPreviousSession();
protected:
void changeEvent(QEvent *e);