summaryrefslogtreecommitdiff
path: root/src/urlfilterproxymodel.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:19:27 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:19:27 +0100
commit9d20e99fffeebe67fd8ff27cb4f9e353892f5190 (patch)
tree23462fac2e862a2f408a26f94ab024c4174c3458 /src/urlfilterproxymodel.cpp
parentrekonq 0.6.82 (diff)
downloadrekonq-9d20e99fffeebe67fd8ff27cb4f9e353892f5190.tar.xz
Coding style
Diffstat (limited to 'src/urlfilterproxymodel.cpp')
-rw-r--r--src/urlfilterproxymodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlfilterproxymodel.cpp b/src/urlfilterproxymodel.cpp
index ab77a6d1..4aaf09da 100644
--- a/src/urlfilterproxymodel.cpp
+++ b/src/urlfilterproxymodel.cpp
@@ -39,7 +39,7 @@ UrlFilterProxyModel::UrlFilterProxyModel(QObject *parent)
bool UrlFilterProxyModel::filterAcceptsRow(const int source_row, const QModelIndex &source_parent) const
{
- return recursiveMatch( sourceModel()->index(source_row, 0, source_parent) );
+ return recursiveMatch(sourceModel()->index(source_row, 0, source_parent));
}