From b7d857d4e5f0e94fde6a64653e5ae9e6b5ca4f6b Mon Sep 17 00:00:00 2001 From: nowrep Date: Thu, 9 May 2013 19:49:13 +0200 Subject: [PATCH] [AdBlock] Improved regex for hiding AdBlock code in source viewer. --- src/lib/other/sourceviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/other/sourceviewer.cpp b/src/lib/other/sourceviewer.cpp index acf7543e2..4f8642c8a 100644 --- a/src/lib/other/sourceviewer.cpp +++ b/src/lib/other/sourceviewer.cpp @@ -152,7 +152,7 @@ void SourceViewer::loadSource() QString html = m_frame.data()->toHtml(); // Remove AdBlock element hiding rules - html.remove(QzRegExp("")); + html.remove(QzRegExp("")); m_sourceEdit->setPlainText(html); // Highlight selectedHtml