Index: sources/storage/usbwatcher.h =================================================================== diff -u -r415f3e16ff6e572c8ce7e7b3576e82ce8b44c6ce -r939d1bae9a394697d46ca913a2dc3442bf8ef82f --- sources/storage/usbwatcher.h (.../usbwatcher.h) (revision 415f3e16ff6e572c8ce7e7b3576e82ce8b44c6ce) +++ sources/storage/usbwatcher.h (.../usbwatcher.h) (revision 939d1bae9a394697d46ca913a2dc3442bf8ef82f) @@ -35,14 +35,14 @@ { Q_OBJECT - bool _mounted = false; - bool _umounted = false; - bool _removed = false; - const char *_usbDrive = ""; - const int _checkInterval = 1000; // in ms + bool _mounted = false; + bool _umounted = false; + bool _removed = false; + const char *_usbDrive = ""; + const int _interval = 1000; // in ms - QThread *_thread = nullptr; - bool _init = false; + QThread *_thread = nullptr; + bool _init = false; // Singleton SINGLETON(USBWatcher)