diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-25 00:12:10 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-25 00:12:10 +0200 |
commit | df884995df935d128f1809512a24cd436e5f985f (patch) | |
tree | 1ac954f38b6dd341934362f3336784c7a54ddfca /src/homepage.cpp | |
parent | Home page translations (diff) | |
download | rekonq-df884995df935d128f1809512a24cd436e5f985f.tar.xz |
Removing thumbs files on tableWidget changes && removing some
unuseful kWarning..
Diffstat (limited to 'src/homepage.cpp')
-rw-r--r-- | src/homepage.cpp | 3 |
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) { |