diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-22 16:43:56 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-22 16:43:56 +0200 |
commit | f02f8f72b459a30169d3016463147f662dca7491 (patch) | |
tree | 36adcfc14fdf2e69bd72be9440bd91f666182ebd /src/mainwindow.h | |
parent | changed title. (diff) | |
download | rekonq-f02f8f72b459a30169d3016463147f662dca7491.tar.xz |
(LAST hopefully) BIG change (before 0.3)
A strange bug on new window loading, calling from .desktop file
(krunner & friends). So I had to change the homePage launch mechanism.
Working on that I started playing with startup settings and implemented this.
I hope Pano like this very much: 0.3 gift :D
Waiting for someone comments and reviews to merge..
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 5d8aeec2..06fec756 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -70,6 +70,8 @@ public: virtual QSize sizeHint() const; virtual KActionCollection *actionCollection () const; + bool homePage(const KUrl &url = KUrl("rekonq:home")); + private: void setupActions(); void setupTools(); |