mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
Trying to fix mysterious MacOSX build isssue.
This commit is contained in:
parent
4ba856f1d3
commit
beeef0431c
@ -227,7 +227,7 @@ void VehicleTemplateExportDialog::accept()
|
||||
.arg(QDir::separator())
|
||||
.arg(fileName);
|
||||
|
||||
QDir dir = QFileInfo(QFile(fullPath)).absoluteDir();
|
||||
QDir dir = QFileInfo(fullPath).absoluteDir();
|
||||
if (!dir.exists()) {
|
||||
fullPath = QString("%1%2%3").arg(QDir::homePath(), QDir::separator(), fileName);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user