Index: sources/storage/usbwatcher.cpp =================================================================== diff -u -r8c69137f18382bdc55a5678e6ed44a7683fe4dea -r939d1bae9a394697d46ca913a2dc3442bf8ef82f --- sources/storage/usbwatcher.cpp (.../usbwatcher.cpp) (revision 8c69137f18382bdc55a5678e6ed44a7683fe4dea) +++ sources/storage/usbwatcher.cpp (.../usbwatcher.cpp) (revision 939d1bae9a394697d46ca913a2dc3442bf8ef82f) @@ -30,7 +30,7 @@ using namespace Storage; /*! - * \brief USBWatcher::USBWatcher + * \brief USBWatcher::USBWatcher * \details Constructor * \param parent - QObject parent owner object. * Qt handles the children destruction by their parent objects life-cycle. @@ -49,7 +49,7 @@ // runs in USBWatcher thread initConnections(); - startTimer(_checkInterval); + startTimer(_interval); return true; }