mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Redact text search result
This commit is contained in:
@ -1052,6 +1052,11 @@ QString PDFProgramController::getOriginalFileName() const
|
||||
return m_fileInfo.originalFileName;
|
||||
}
|
||||
|
||||
pdf::PDFTextSelection PDFProgramController::getSelectedText() const
|
||||
{
|
||||
return m_mainWindowInterface->getSelectedText();
|
||||
}
|
||||
|
||||
void PDFProgramController::onActionRotateRightTriggered()
|
||||
{
|
||||
m_pdfWidget->getDrawWidgetProxy()->performOperation(pdf::PDFDrawWidgetProxy::RotateRight);
|
||||
|
Reference in New Issue
Block a user