From e5274f4c27f847bedaa910a84ed3468d1aba32e1 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 23 Nov 2018 18:01:05 +0100 Subject: Fix helper warnings Sprinkle some static_casts here and there and fix auto conversions. Also introduce const ints for what to read for calculating the MD5-Sum of a file... Seems to work fine. --- helper.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helper.h') diff --git a/helper.h b/helper.h index d37490e..4b8f5ec 100644 --- a/helper.h +++ b/helper.h @@ -64,9 +64,9 @@ namespace Helper { qint64 toSeconds() const; private: - int mHours; - int mMinutes; - int mSeconds; + qint64 mHours; + qint64 mMinutes; + qint64 mSeconds; }; } -- cgit v1.2.3-70-g09d2