summaryrefslogtreecommitdiff
path: root/src/history
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:44:56 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:44:56 +0100
commitad8ab01c115d3e1ec22ce649a54ab28609624b61 (patch)
tree2827caff6bfff03100fcb4ec47d0883d3d074649 /src/history
parentCoding style (diff)
downloadrekonq-ad8ab01c115d3e1ec22ce649a54ab28609624b61.tar.xz
cppcheck round...
Diffstat (limited to 'src/history')
-rw-r--r--src/history/historymanager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/history/historymanager.h b/src/history/historymanager.h
index a7a7661e..eb8d78d7 100644
--- a/src/history/historymanager.h
+++ b/src/history/historymanager.h
@@ -56,7 +56,9 @@
class HistoryItem
{
public:
- HistoryItem() {}
+ HistoryItem()
+ {}
+
explicit HistoryItem(const QString &u,
const QDateTime &d = QDateTime(),
const QString &t = QString()