summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2009-12-24 14:30:43 +0100
committermegabigbug <megabigbug@arrakis.(none)>2009-12-24 14:30:43 +0100
commit69587a901be8391a59fa0665129d95cee3967775 (patch)
tree5830ba4b7d44768e7da9d65335ef28111827a1c9 /src/mainwindow.h
parenthide tabbar in fulscreen mode (diff)
downloadrekonq-69587a901be8391a59fa0665129d95cee3967775.tar.xz
in fullscreen mode: show toolbar tabbar when mouse is on top of the screen
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
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();