summaryrefslogtreecommitdiffstats
path: root/src/vsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vsession.h')
-rw-r--r--src/vsession.h4
1 files changed, 4 insertions, 0 deletions
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;