diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 19:07:47 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 19:07:47 +0200 |
commit | b71a1e3f03808450ad9b4474b2098e637e99e14e (patch) | |
tree | ef8eb56ccc602446a89a9e27fe1d526d2360aa31 /src/mainview.h | |
parent | Modified urlbar colors to have just loading colors (diff) | |
download | rekonq-b71a1e3f03808450ad9b4474b2098e637e99e14e.tar.xz |
Faster Mainview load
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index 5493d6ab..529b441d 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -158,6 +158,8 @@ private slots: */ void moveTab(int fromIndex, int toIndex); + void postLaunch(); + private: /** |