mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #25: Linux build
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user