From ba34b15fddcd16b82338a2d88b7aee8a1654af1f Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Wed, 19 Mar 2014 17:48:16 +0100 Subject: removed the file and path option for XMLs --- src/globals.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/globals.cpp') diff --git a/src/globals.cpp b/src/globals.cpp index 4f6ad81..92026b8 100644 --- a/src/globals.cpp +++ b/src/globals.cpp @@ -1,6 +1,7 @@ #include #include #include "globals.h" +#include "session.h" //QString binPath(QApplication::applicationDirPath()); QString binPath(VMCHOOSER_BIN_PATH); @@ -26,3 +27,9 @@ QString pool; QString theme; const QString iconsTempPath("/tmp/vmchooser2/icons/"); +const QString xml_backup_filename("/tmp/vmchooser2/vmchooser2_backup.xml"); +const QString xml_filename("/tmp/vmchooser2/vmchooser2.xml"); + +bool myLessThan(Session* a, Session* b) { + return *a < *b; +} -- cgit v1.2.3-55-g7522