mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Need to open the temporary file in order to get the path.
This commit is contained in:
parent
02c757c940
commit
b7e91e4fff
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ bool ModelUploader::zip() {
|
|||
}
|
||||
} else {
|
||||
fst = new QTemporaryFile(this);
|
||||
fst->open(QFile::WriteOnly);
|
||||
fbxFile = filename;
|
||||
basePath = QFileInfo(filename).path();
|
||||
mapping.insert(FILENAME_FIELD, QFileInfo(filename).fileName());
|
||||
|
|
Loading…
Reference in a new issue