summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
authorChristian Klinger2016-08-03 10:33:38 +0200
committerChristian Klinger2016-08-03 10:33:38 +0200
commit2448ecd6b87c24fe1203b80a014432ae816a9e9f (patch)
tree32b0e992175e59d711232bf8efe1f2dd6659ee1c /src/dialog.h
parentParse XML reply for help text (just like news) (diff)
downloadvmchooser2-2448ecd6b87c24fe1203b80a014432ae816a9e9f.tar.gz
vmchooser2-2448ecd6b87c24fe1203b80a014432ae816a9e9f.tar.xz
vmchooser2-2448ecd6b87c24fe1203b80a014432ae816a9e9f.zip
added --start-uuid parameter.
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);