summaryrefslogtreecommitdiffstats
path: root/src/globals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.cpp')
-rw-r--r--src/globals.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/globals.cpp b/src/globals.cpp
index 92026b8..6ff6aed 100644
--- a/src/globals.cpp
+++ b/src/globals.cpp
@@ -30,6 +30,8 @@ const QString iconsTempPath("/tmp/vmchooser2/icons/");
const QString xml_backup_filename("/tmp/vmchooser2/vmchooser2_backup.xml");
const QString xml_filename("/tmp/vmchooser2/vmchooser2.xml");
+QString urlBase;
+
bool myLessThan(Session* a, Session* b) {
return *a < *b;
}