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:
@ -621,7 +621,7 @@ void PDFSidebarWidget::onOutlineItemClicked(const QModelIndex& index)
|
||||
{
|
||||
if (const pdf::PDFAction* action = m_outlineTreeModel->getAction(index))
|
||||
{
|
||||
emit actionTriggered(action);
|
||||
Q_EMIT actionTriggered(action);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user