summaryrefslogtreecommitdiff
path: root/shared/help/contentwindow.cpp
diff options
context:
space:
mode:
authorhjk <qtc-commiter@nokia.com>2008-12-02 12:57:59 +0100
committerhjk <qtc-commiter@nokia.com>2008-12-02 12:57:59 +0100
commit1472bdb0cc0c96b254cdf682bbe004c766be4a26 (patch)
tree35113d1759af5eff670c7bb13b52a7a2e3017885 /shared/help/contentwindow.cpp
parente2fb40c7631c959bc51e6cf56661bb633951f7cc (diff)
downloadqt-creator-1472bdb0cc0c96b254cdf682bbe004c766be4a26.tar.gz
some file cosmetics (mostly #include order and whitespace)
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) {