From 2448ecd6b87c24fe1203b80a014432ae816a9e9f Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Wed, 3 Aug 2016 10:33:38 +0200 Subject: added --start-uuid parameter. --- src/vsession.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vsession.h') diff --git a/src/vsession.h b/src/vsession.h index f20b111..4fda2e1 100644 --- a/src/vsession.h +++ b/src/vsession.h @@ -49,6 +49,10 @@ class VSession : public Session { return getAttribute("os"); } + QString uuid() const { + return getAttribute("uuid"); + } + SectionType section() const { if (g_forLocationHandling != LOCATION_IGNORE && isForLocation()) { return SECTION_FOR_LOCATION; -- cgit v1.2.3-55-g7522