summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dialog.h b/src/dialog.h
index a170d31..a8d08ac 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -36,6 +36,7 @@ class Dialog : public QDialog {
void addStatusString(const int status);
void removeStatusString(const int status);
bool selectSession(const QString& name);
+ bool selectSessionByUuid(const QString& name);
void selectPreviousSession();
void setTheme();
void startSession(const QString& name);