Index: sources/storage/Settings.h =================================================================== diff -u -rec31f94081864aec8b48a3cfa1e0aea80619714c -r2912750c8e787739f2cb2069fee1b33195a9ef54 --- sources/storage/Settings.h (.../Settings.h) (revision ec31f94081864aec8b48a3cfa1e0aea80619714c) +++ sources/storage/Settings.h (.../Settings.h) (revision 2912750c8e787739f2cb2069fee1b33195a9ef54) @@ -159,6 +159,7 @@ return ""; } + //Note: this funtion is specific to the settings and should not use the StorageGlobals function. static QString location(Location_Enum vLoc) { switch (vLoc) { // NOTE: don't use default case eInit : return Storage::Settings_Path_Init;