From 5f450cd48bae1a3c833b93089152f6b308d43c24 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Fri, 4 Mar 2011 18:14:37 +0100 Subject: * add debug mode * implement isValid() for vsessions (checks vmdk/vbox existence) * make use of isValid() and isActive() when filling the session list * add icons for vbox, lxde, unknown images, failsafe/term * use exec to guess xsession icon instead of desciption * FIX: remove newlines/whitespaces from xmlfilter.sh output --- src/vsession.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vsession.h') diff --git a/src/vsession.h b/src/vsession.h index 093ec2f..8bbcc7e 100644 --- a/src/vsession.h +++ b/src/vsession.h @@ -21,6 +21,7 @@ class VSession : public Session { ImgType imgtype() const; bool isActive() const; bool isLocked() const; + bool isValid() const; int priority() const; QString shortDescription() const { -- cgit v1.2.3-55-g7522