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