From 0d058fda9189f6bf96c70d71ffe1d18ca433e046 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 24 Nov 2018 17:36:48 +0100 Subject: Fix some clang warnings --- helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper.cpp') diff --git a/helper.cpp b/helper.cpp index 306a2d1..119eaed 100644 --- a/helper.cpp +++ b/helper.cpp @@ -31,7 +31,7 @@ namespace Helper { return a; } - quint64 lengthInSeconds(const QString &file){ + int lengthInSeconds(const QString &file){ TagLib::FileRef f(QString(file).toUtf8()); if(f.isNull()){ return 0; -- cgit v1.2.3-70-g09d2