Fixed Mac and Ubuntu platform build issue (hopefully)

This commit is contained in:
Elisa Lupin-Jimenez 2017-08-03 10:37:48 -07:00
parent c2cb7573c5
commit 8c9ce82986

View file

@ -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;
}