summaryrefslogtreecommitdiff
path: root/src/tabwindow/tabwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-09-22 12:36:01 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:05 +0100
commitb87d73147b681d548c11785004c21e469c026391 (patch)
tree514903d91f781c2c9c05236d747bc614be171314 /src/tabwindow/tabwindow.h
parentIntegrated spell checking for rekonq2 (lindsay's work imported) (diff)
downloadrekonq-b87d73147b681d548c11785004c21e469c026391.tar.xz
Re-enable fullscreen capabilities
Diffstat (limited to 'src/tabwindow/tabwindow.h')
-rw-r--r--src/tabwindow/tabwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tabwindow/tabwindow.h b/src/tabwindow/tabwindow.h
index 750cac5f..882ca4e9 100644
--- a/src/tabwindow/tabwindow.h
+++ b/src/tabwindow/tabwindow.h
@@ -100,6 +100,8 @@ private Q_SLOTS:
void reloadAllTabs();
void restoreClosedTab(int i);
+ void setFullScreen(bool);
+
private:
// the new tab button
QToolButton *_addTabButton;