From 3a453db9a2c0155e8f7de051fce9e1240567d922 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 19 Jan 2018 10:32:19 +0100 Subject: Show total duration again Forgot to set fd->seconds when gathering data. --- filewidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/filewidget.cpp b/filewidget.cpp index fc94cdb..ace8ab6 100644 --- a/filewidget.cpp +++ b/filewidget.cpp @@ -324,6 +324,7 @@ void FileWidget::gatherData(){ fd->mimeType = mime.name(); fd->name = fi.fileName(); fd->fullPath = fi.absoluteFilePath(); + fd->seconds = seconds; if(insert){ mFileCache.insert(fi.absoluteFilePath(), fd); } -- cgit v1.2.3-70-g09d2