mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Object content viewer
This commit is contained in:
@ -72,7 +72,8 @@ std::vector<QAction*> ObjectInspectorPlugin::getActions() const
|
||||
|
||||
void ObjectInspectorPlugin::onObjectInspectorTriggered()
|
||||
{
|
||||
ObjectInspectorDialog dialog(m_document, m_widget);
|
||||
pdf::PDFCMSPointer cms = m_cmsManager->getCurrentCMS();
|
||||
ObjectInspectorDialog dialog(cms.data(), m_document, m_widget);
|
||||
dialog.exec();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user