initial commit

This commit is contained in:
2019-02-15 15:10:44 +01:00
parent 59ce384d29
commit cbaacbe0e9
10 changed files with 234 additions and 74 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ void cImportDialog::onImport()
ui->m_lpProgress->setValue(x);
qApp->processEvents();
lpPicture->setFilePath(szDestPath);
lpPicture->setFilePath(szDestPath.left(szDestPath.length()-1));
lpPicture->toDB();
if(ui->m_lpMove->isChecked())