summaryrefslogtreecommitdiff
path: root/src/urlfilterproxymodel.h
diff options
context:
space:
mode:
authorJon Ander Peñalba <jonan88@gmail.com>2010-10-19 20:40:09 +0200
committerJon Ander Peñalba <jonan88@gmail.com>2010-10-19 20:40:09 +0200
commitb0d83c63ef169f18ecdb5d28575ad7f76c3881fc (patch)
treec4430b5e018a9e9f0cbd868893def877d7ae51eb /src/urlfilterproxymodel.h
parentcan not -> cannot (diff)
downloadrekonq-b0d83c63ef169f18ecdb5d28575ad7f76c3881fc.tar.xz
Minor clean-up to the UrlPanel class
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;