diff --git a/src/imageswitcher.h b/src/imageswitcher.h index fbfbcf6..f0f665c 100644 --- a/src/imageswitcher.h +++ b/src/imageswitcher.h @@ -22,7 +22,7 @@ private: unsigned int timeout; std::unique_ptr& selector; QTimer timer; - const unsigned int timeoutNoContent = 5 * 1000; // 10 sec + const unsigned int timeoutNoContent = 5 * 1000; // 5 sec QTimer timerNoContent; };