mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-28 17:54:15 +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(QDir::separator())
|
||||||
.arg(fileName);
|
.arg(fileName);
|
||||||
|
|
||||||
QDir dir = QFileInfo(QFile(fullPath)).absoluteDir();
|
QDir dir = QFileInfo(fullPath).absoluteDir();
|
||||||
if (!dir.exists()) {
|
if (!dir.exists()) {
|
||||||
fullPath = QString("%1%2%3").arg(QDir::homePath(), QDir::separator(), fileName);
|
fullPath = QString("%1%2%3").arg(QDir::homePath(), QDir::separator(), fileName);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user