diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-26 11:46:48 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-26 11:46:48 +0100 |
commit | 4c622b5499ce04318fbfbdf8c2f17ed99b10c2f0 (patch) | |
tree | 27f2c0c59d5c467b6e37f54e26c6c9ca96aacbdf /src/mainwindow.h | |
parent | auto load plug in (diff) | |
parent | in fullscreen mode: show toolbar tabbar when mouse is on top of the screen (diff) | |
download | rekonq-4c622b5499ce04318fbfbdf8c2f17ed99b10c2f0.tar.xz |
Merge commit 'refs/merge-requests/81' of git://gitorious.org/rekonq/mainline into m81
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 95964e22..808f5f9a 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -71,6 +71,7 @@ public: QAction *actionByName(const QString name); virtual QSize sizeHint() const; virtual KActionCollection *actionCollection () const; + void setWidgetsVisible(bool makeFullScreen); private: void setupActions(); |