summaryrefslogtreecommitdiff
path: root/src/history
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-24 18:32:54 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-24 18:32:54 +0100
commit979ccc6e7bb7c4f8d811555002dae999f661018d (patch)
tree46564c1838537498dba6a29b509d36391bc009cc /src/history
parentupdated release howto ;) (diff)
downloadrekonq-979ccc6e7bb7c4f8d811555002dae999f661018d.tar.xz
cppcheck
Diffstat (limited to 'src/history')
-rw-r--r--src/history/historymanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history/historymanager.h b/src/history/historymanager.h
index b28dfcdc..d4531e5c 100644
--- a/src/history/historymanager.h
+++ b/src/history/historymanager.h
@@ -57,7 +57,7 @@
class HistoryItem
{
public:
- HistoryItem()
+ HistoryItem() : visitCount(1)
{}
explicit HistoryItem(const QString &u,