mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Annotation painting
This commit is contained in:
@ -1656,7 +1656,7 @@ PDFRealizedFontPointer PDFFontCache::getRealizedFont(const PDFFontPointer& font,
|
||||
return it->second;
|
||||
}
|
||||
|
||||
void PDFFontCache::setCacheShrinkEnabled(void* source, bool enabled)
|
||||
void PDFFontCache::setCacheShrinkEnabled(const void* source, bool enabled)
|
||||
{
|
||||
QMutexLocker lock(&m_mutex);
|
||||
if (enabled)
|
||||
|
Reference in New Issue
Block a user