summaryrefslogtreecommitdiff
path: root/src/adblock/adblockhostmatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/adblock/adblockhostmatcher.h')
-rw-r--r--src/adblock/adblockhostmatcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/adblock/adblockhostmatcher.h b/src/adblock/adblockhostmatcher.h
index 79918239..9e1b68ef 100644
--- a/src/adblock/adblockhostmatcher.h
+++ b/src/adblock/adblockhostmatcher.h
@@ -3,6 +3,7 @@
* This file is a part of the rekonq project
*
* Copyright (C) 2010-2011 by Benjamin Poulain <ikipou at gmail dot com>
+* Copyright (C) 2012 by Andrea Diamantini <adjam7 at gmail dot com>
*
*
* This program is free software; you can redistribute it and/or
@@ -48,7 +49,7 @@ public:
{
m_hostList.clear();
}
-
+
private:
QSet<QString> m_hostList;
};