diff options
author | matgic78 <matgic78@gmail.com> | 2010-02-06 11:19:18 +0100 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2010-02-06 11:22:47 +0100 |
commit | 6f3b61c0462b08d3c2a34ac1923470a3690233ee (patch) | |
tree | 51fd464c3713fc60a927742742b7d2b2a488cfef /src/rekonqpage/newtabpage.h | |
parent | Do not try to load homepage if url is not valid (diff) | |
download | rekonq-6f3b61c0462b08d3c2a34ac1923470a3690233ee.tar.xz |
Fix loading previews : when load finished, result wasn't shown
Diffstat (limited to 'src/rekonqpage/newtabpage.h')
-rw-r--r-- | src/rekonqpage/newtabpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rekonqpage/newtabpage.h b/src/rekonqpage/newtabpage.h index 1057c7cc..9d41946e 100644 --- a/src/rekonqpage/newtabpage.h +++ b/src/rekonqpage/newtabpage.h @@ -56,7 +56,7 @@ public: void generate(KUrl url = KUrl("about:home")); public slots: - void snapFinished(); + void snapFinished(int index, KUrl url, QString title); void removePreview(int index); protected: // these are the function to build the new tab page |