diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-11-29 12:23:30 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:06 +0100 |
commit | 9b27a4603c0a25f71c761d5a493de5eea2d327ee (patch) | |
tree | 7056484ef698f072ab3c6b250d5c9cb54dc759f4 /src/tabwindow/rekonqwindow.h | |
parent | Use view parent tab to get use calling tab exists (diff) | |
download | rekonq-9b27a4603c0a25f71c761d5a493de5eea2d327ee.tar.xz |
Fix RekonqWindow behaviour while opening new windows
Diffstat (limited to 'src/tabwindow/rekonqwindow.h')
-rw-r--r-- | src/tabwindow/rekonqwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tabwindow/rekonqwindow.h b/src/tabwindow/rekonqwindow.h index 6195f6ac..1c543ce2 100644 --- a/src/tabwindow/rekonqwindow.h +++ b/src/tabwindow/rekonqwindow.h @@ -132,6 +132,9 @@ protected: private Q_SLOTS: void saveAutoSaveSettings(); +private: + /// This has been added to just fix window position && not let them be overlying + void checkPosition(); }; #endif // REKONQ_WINDOW_H |