diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-15 12:58:56 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-15 12:58:56 +0200 |
commit | 32d0da0ba3c17281c4a69ee84b42e98246eb3c5d (patch) | |
tree | 4f0b2e33e16bcb5e77db737d59720b7650bcb0d2 /src/mainview.cpp | |
parent | Fixing state. Rekonq is not usable now, but this seems a good tech preview. (diff) | |
download | rekonq-32d0da0ba3c17281c4a69ee84b42e98246eb3c5d.tar.xz |
First adjustments and code about it (it's really simple, anyway..Qt rocks!!!)
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 2a3545b4..038562e8 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -594,24 +594,3 @@ KUrl::List MainView::recentlyClosedTabs() { return m_recentlyClosedTabs; } - - -void MainView::polish() -{ - static int i = 0; - WebSnap *ws = qobject_cast<WebSnap*>(sender()); - delete ws; - - i++; - if(i<9) - { - WebView *w = currentWebView(); - HomePage p(w); - w->setHtml( p.rekonqHomePage() ); - kDebug() << "ciao---------------------------------------------____"; - } - else - { - kDebug() << "EROORORORORORORORORORO"; - } -} |