summaryrefslogtreecommitdiff
path: root/src/urlfilterproxymodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlfilterproxymodel.h')
-rw-r--r--src/urlfilterproxymodel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/urlfilterproxymodel.h b/src/urlfilterproxymodel.h
index 06592c27..a456a21e 100644
--- a/src/urlfilterproxymodel.h
+++ b/src/urlfilterproxymodel.h
@@ -39,16 +39,15 @@
/**
* QSortFilterProxyModel hides all children which parent doesn't
* match the filter. This class is used to change this behavior.
- * If a url matches the filter it'll be shown,
+ * If a url matches the filter it'll be shown,
* even if it's parent doesn't match it.
- *
*/
class REKONQ_TESTS_EXPORT UrlFilterProxyModel : public QSortFilterProxyModel
{
Q_OBJECT
public:
- UrlFilterProxyModel(QObject *parent = 0);
+ explicit UrlFilterProxyModel(QObject *parent = 0);
protected:
virtual bool filterAcceptsRow(const int source_row, const QModelIndex &source_parent) const;