From 5103900bfeb0feced5b58d68924479bfc73d8ec5 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Sun, 4 May 2014 12:56:35 +0200 Subject: Lots of fixes, cleanup, refactoring * Added command line option to set the base path where images can be accessed locally, in case NFS/CIFS is used. * Sorted command line options in source file to make it easier to add new options (prevent accidental shortopt collisions). * Disable "My Courses" button if the list is empty. * Added some TODO notes :> --- src/globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/globals.h') diff --git a/src/globals.h b/src/globals.h index d1ad8f4..ed70e06 100644 --- a/src/globals.h +++ b/src/globals.h @@ -42,6 +42,7 @@ extern const QString previousSessionFile; extern QString pool; extern QString theme; +extern QString basePath; extern const QString iconsTempPath; extern const QString xml_filename; -- cgit v1.2.3-55-g7522