From 69587a901be8391a59fa0665129d95cee3967775 Mon Sep 17 00:00:00 2001 From: megabigbug Date: Thu, 24 Dec 2009 14:30:43 +0100 Subject: in fullscreen mode: show toolbar tabbar when mouse is on top of the screen --- src/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.h') 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(); -- cgit v1.2.1