summaryrefslogtreecommitdiff
path: root/shared/help/contentwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/help/contentwindow.cpp')
-rw-r--r--shared/help/contentwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/help/contentwindow.cpp b/shared/help/contentwindow.cpp
index d67ac7c803..b4b46c24d2 100644
--- a/shared/help/contentwindow.cpp
+++ b/shared/help/contentwindow.cpp
@@ -108,7 +108,7 @@ void ContentWindow::keyPressEvent(QKeyEvent *e)
emit escapePressed();
}
-bool ContentWindow::eventFilter(QObject* o, QEvent *e)
+bool ContentWindow::eventFilter(QObject *o, QEvent *e)
{
if (m_contentWidget && o == m_contentWidget->viewport() && e->type()
== QEvent::MouseButtonRelease) {