diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-04-14 12:17:01 +0200 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-04-14 12:17:01 +0200 |
commit | 5a731041a743ccdeaeb91e30f420cd19676e63dd (patch) | |
tree | 755964e69ea3cd12a75344d2d06d318f2cb73e5e /src/mainwindow.cpp | |
parent | Don't create "Open Folder in Tabs" action when there are only folders or sepa... (diff) | |
download | rekonq-5a731041a743ccdeaeb91e30f420cd19676e63dd.tar.xz |
Fix highlightAll() indentation :)
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index abee13d5..898aa842 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -845,8 +845,8 @@ void MainWindow::highlightAll() if(m_findBar->highlightAllState() && !m_findBar->isHidden()) { - if (m_findBar->matchCase()) - options |= QWebPage::FindCaseSensitively; + if (m_findBar->matchCase()) + options |= QWebPage::FindCaseSensitively; currentTab()->view()->findText(m_lastSearch, options); } |