summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index c3a39ff..8215c19 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -19,6 +19,7 @@
#define OPENSLXCONFIG "/opt/openslx/config"
class QString;
+class Session;
extern bool debugMode;
extern bool pvsEnabled;
@@ -43,7 +44,10 @@ extern const QString previousSessionFile;
extern QString pool;
extern QString theme;
-// tmp folders
extern const QString iconsTempPath;
+extern const QString xml_backup_filename;
+extern const QString xml_filename;
+
+bool myLessThan(Session* a, Session* b);
#endif