summaryrefslogtreecommitdiffstats
path: root/src/xsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsession.h')
-rw-r--r--src/xsession.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xsession.h b/src/xsession.h
index 50563c2..184b85a 100644
--- a/src/xsession.h
+++ b/src/xsession.h
@@ -11,12 +11,11 @@
// TODO: sort (operator<)
class XSession : public Session {
-public:
+ public:
void init(const QString& name, const QString& exec,
const QString& comment, const QString& icon);
bool init(const QString& filename);
-
bool isActive() const;
bool isLocked() const;
int priority() const;
@@ -37,7 +36,7 @@ public:
static QList<Session*> readSessions(const QString& path);
-private:
+ private:
QString name_;
QString exec_;
QString comment_;