From 4132f65b2e8f3c8a0942144517b8b43b98a6fbc4 Mon Sep 17 00:00:00 2001 From: alfred-reynolds <31379500+alfred-reynolds@users.noreply.github.com> Date: Sat, 31 Jul 2021 13:59:05 +1200 Subject: [PATCH] - fix comment Co-authored-by: Manuel Dewald --- src/imageswitcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };