From aa1193e1190ef8775ce13573f8ff57b8f876bdff Mon Sep 17 00:00:00 2001 From: Dario Freddi Date: Tue, 13 Oct 2009 00:50:53 +0200 Subject: Small fixes (const issue, single char issue, file not ending with a new line), and adding the correct schema to kconfigxt files Signed-off-by: Dario Freddi --- src/homepage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/homepage.cpp') diff --git a/src/homepage.cpp b/src/homepage.cpp index 398308be..e8608241 100644 --- a/src/homepage.cpp +++ b/src/homepage.cpp @@ -223,7 +223,7 @@ QString HomePage::fillHistory() { QModelIndex son = model->index(j, 0, index ); history += son.data(HistoryModel::DateTimeRole).toDateTime().toString("hh:mm"); - history += " "; + history += ' '; history += QString("") + son.data().toString() + QString(""); history += "
"; -- cgit v1.2.1