diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-25 00:44:56 +0100 |
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-25 00:44:56 +0100 |
| commit | ad8ab01c115d3e1ec22ce649a54ab28609624b61 (patch) | |
| tree | 2827caff6bfff03100fcb4ec47d0883d3d074649 /src/history | |
| parent | Coding style (diff) | |
| download | rekonq-ad8ab01c115d3e1ec22ce649a54ab28609624b61.tar.xz | |
cppcheck round...
Diffstat (limited to 'src/history')
| -rw-r--r-- | src/history/historymanager.h | 4 |
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() |
