Home
last modified time | relevance | path

Searched refs:clearHightlight (Results 1 – 2 of 2) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/pdfviewer/
H A DPDFDocument.h476 void clearHightlight(bool visible);
H A DPDFDocument.cpp2988 connect(dwSearch, SIGNAL(visibilityChanged(bool)), SLOT(clearHightlight(bool)));
3503 void PDFDocument::clearHightlight(bool ){ function in PDFDocument