We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6bc92 commit dae7bf3Copy full SHA for dae7bf3
src/ui.cpp
@@ -64,7 +64,7 @@ class DropArea : public QLabel {
64
QFileInfo fileInfo(fileNames[i]);
65
QString baseName = fileInfo.baseName();
66
QString path = fileInfo.absolutePath();
67
- QString outName = path + baseName + "_fill." + fileInfo.completeSuffix();
+ QString outName = path + "/" + baseName + "_fill." + fileInfo.completeSuffix();
68
69
// Call the solidify_main function
70
if (solidify_main(fileNames[i].toStdString(), outName.toStdString())) {
0 commit comments