Commit d0c43bb1 authored by Clément Fauconnier's avatar Clément Fauconnier

Merge branch 'document_mode' of https://github.com/OpenBoard-org/OpenBoard into document_mode

parents 5803a516 3e0594a4
......@@ -67,7 +67,7 @@ QString UBExportAdaptor::askForFileName(UBDocumentProxy* pDocument, const QStrin
bool useNativeDialog = true;
#ifdef Q_OS_MAC
int versionMac = qMacVersion();
int versionMac = QSysInfo::macVersion();
if (versionMac == QSysInfo::MV_Unknown || versionMac >= 11){ // version 11 is MacOSX 10.9 Mavericks
useNativeDialog = false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment