summaryrefslogtreecommitdiff
path: root/src/homepage.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-25 00:12:10 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-25 00:12:10 +0200
commitdf884995df935d128f1809512a24cd436e5f985f (patch)
tree1ac954f38b6dd341934362f3336784c7a54ddfca /src/homepage.cpp
parentHome page translations (diff)
downloadrekonq-df884995df935d128f1809512a24cd436e5f985f.tar.xz
Removing thumbs files on tableWidget changes && removing some
unuseful kWarning..
Diffstat (limited to 'src/homepage.cpp')
-rw-r--r--src/homepage.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/homepage.cpp b/src/homepage.cpp
index 54a89129..e1a31dd3 100644
--- a/src/homepage.cpp
+++ b/src/homepage.cpp
@@ -92,7 +92,8 @@ QString HomePage::speedDial()
{
QStringList names = ReKonfig::previewNames();
QStringList urls = ReKonfig::previewUrls();
-
+
+ kDebug() << urls;
QString speed = QString();
for(int i = 0; i< urls.count(); ++i)
{