summaryrefslogtreecommitdiffstats
path: root/helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'helper.cpp')
-rw-r--r--helper.cpp2
1 files changed, 1 insertions, 1 deletions
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;