Issue #25: Linux build

This commit is contained in:
Jakub Melka
2022-09-18 13:08:21 +02:00
parent 3b57f85d4d
commit dd466d5073
44 changed files with 208 additions and 184 deletions

View File

@ -1426,7 +1426,7 @@ void PDFCMSManager::setSettings(const PDFCMSSettings& settings)
clearCache();
}
emit colorManagementSystemChanged();
Q_EMIT colorManagementSystemChanged();
}
}
@ -1571,7 +1571,7 @@ void PDFCMSManager::setDocument(const PDFDocument* document)
if (outputIntentProfilesChanged)
{
lock = std::nullopt;
emit colorManagementSystemChanged();
Q_EMIT colorManagementSystemChanged();
}
}