src/Utils.cpp

changeset 92
fb0bb9a2a7e1
parent 57
75d11cc05ce4
child 95
ef6048186cb3
--- a/src/Utils.cpp	Mon Mar 28 16:54:08 2022 +0200
+++ b/src/Utils.cpp	Wed Mar 30 15:31:57 2022 +0200
@@ -57,7 +57,7 @@
 
 QString Utils::hours_to_string(int hours)
 {
-    int dd, hh, ww;
+    int dd, hh;
 
     if (hours == 1)
 	return QObject::tr("1 hour");

mercurial