diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-28 14:50:21 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-28 14:50:21 +0200 |
commit | 7a7c3efc202db2bbcbb18b48ce9458628b4a68bb (patch) | |
tree | 51a8633ea4bdc0fd76237936707b71a4fae6ee4c /src/homepage.cpp | |
parent | cleaning mainview code (unuseful method) (diff) | |
download | rekonq-7a7c3efc202db2bbcbb18b48ce9458628b4a68bb.tar.xz |
Krazy check issues fixes..
Diffstat (limited to 'src/homepage.cpp')
-rw-r--r-- | src/homepage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/homepage.cpp b/src/homepage.cpp index 75aa318e..4c72712f 100644 --- a/src/homepage.cpp +++ b/src/homepage.cpp @@ -93,7 +93,7 @@ QString HomePage::speedDial() QStringList names = ReKonfig::previewNames(); QStringList urls = ReKonfig::previewUrls(); - QString speed = QString(); + QString speed; for(int i = 0; i< urls.count(); ++i) { speed += "<div class=\"thumbnail\">"; |