mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 16:13:14 +02:00
Fixed Mac and Ubuntu platform build issue (hopefully)
This commit is contained in:
parent
c2cb7573c5
commit
8c9ce82986
1 changed files with 1 additions and 1 deletions
|
@ -2783,7 +2783,7 @@ void Application::onPresent(quint32 frameCount) {
|
|||
|
||||
bool Application::importFromZIP(const QString& filePath) {
|
||||
qDebug() << "A zip file has been dropped in: " << filePath;
|
||||
QUrl empty = "";
|
||||
QUrl empty;
|
||||
qApp->getFileDownloadInterface()->runUnzip(filePath, empty, true, true);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue