From b0d83c63ef169f18ecdb5d28575ad7f76c3881fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Ander=20Pe=C3=B1alba?= Date: Tue, 19 Oct 2010 20:40:09 +0200 Subject: Minor clean-up to the UrlPanel class --- src/urlfilterproxymodel.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/urlfilterproxymodel.h') 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; -- cgit v1.2.1