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:
@ -385,6 +385,11 @@ void PDFViewerMainWindowLite::adjustToolbar(QToolBar* toolbar)
|
||||
toolbar->setIconSize(iconSize);
|
||||
}
|
||||
|
||||
pdf::PDFTextSelection PDFViewerMainWindowLite::getSelectedText() const
|
||||
{
|
||||
return pdf::PDFTextSelection();
|
||||
}
|
||||
|
||||
void PDFViewerMainWindowLite::closeEvent(QCloseEvent* event)
|
||||
{
|
||||
if (!m_programController->canClose())
|
||||
|
Reference in New Issue
Block a user