summaryrefslogtreecommitdiff
path: root/src/history/historymanager.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-07-17 16:46:24 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-07-17 16:46:24 +0200
commit82167d2422a4b6e3071dca68cf65a66e1da41ab4 (patch)
tree03c1f95a2aa60c48822a463cc3812b5c3415991e /src/history/historymanager.h
parentImproving tab previews (diff)
downloadrekonq-82167d2422a4b6e3071dca68cf65a66e1da41ab4.tar.xz
A round of the "new" astyle 2.01...
Diffstat (limited to 'src/history/historymanager.h')
-rw-r--r--src/history/historymanager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/history/historymanager.h b/src/history/historymanager.h
index 8650bd14..e22b7042 100644
--- a/src/history/historymanager.h
+++ b/src/history/historymanager.h
@@ -63,10 +63,10 @@ public:
const QDateTime &d = QDateTime(),
const QString &t = QString()
)
- : title(t)
- , url(u)
- , dateTime(d)
- , visitCount(1)
+ : title(t)
+ , url(u)
+ , dateTime(d)
+ , visitCount(1)
{}
inline bool operator==(const HistoryItem &other) const