diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-15 01:06:24 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-15 01:06:24 +0200 |
commit | e6c2fe7c54225f14bda5f7f0305f20bfc96516ea (patch) | |
tree | f6ee94cceb85a25e58214b9b7f2ad0a2adc941d6 /src/mainview.h | |
parent | cleaning code... (diff) | |
parent | little fix again.. (diff) | |
download | rekonq-e6c2fe7c54225f14bda5f7f0305f20bfc96516ea.tar.xz |
Merge branch 'Button02'
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h index 96710919..db4c455d 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -76,7 +76,7 @@ public: * "Always Show TabBar" option * */ - void showTabBar(); + void updateTabBar(); void clear(); /** @@ -136,7 +136,9 @@ private slots: void windowCloseRequested(); - +protected: + virtual void resizeEvent(QResizeEvent *event); + private: /** * This function creates (if not exists) and returns a QLabel |