From 856119c5a43b4781b051b93a0713c152cfd99f85 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 15 Apr 2022 13:27:34 +0200 Subject: Make it run with Qt6 This is a huge commit. Changes: * Obviously, make it compile * Make it run (only scarcely tested) * get rid of most of clang's warnings Let's see what surprises are in store... --- newmoviewizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newmoviewizard.cpp') diff --git a/newmoviewizard.cpp b/newmoviewizard.cpp index c4370f6..d05645f 100644 --- a/newmoviewizard.cpp +++ b/newmoviewizard.cpp @@ -156,7 +156,7 @@ void NewMovieWizard::accept(){ }else{ QPixmap pix(fullPath); - picSize = QString("%1x%2").arg(QString::number(pix.width())).arg(QString::number(pix.height())); + picSize = QString("%1x%2").arg(QString::number(pix.width()), QString::number(pix.height())); } insertFilesQ.bindValue(":ipid", seriesPartId); insertFilesQ.bindValue(":tfn", fi.fileName()); -- cgit v1.2.3-70-g09d2