diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-28 12:20:24 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-28 12:20:24 +0100 |
commit | ecd78dd7a24a70c0e41c246b1232613554dcfd8c (patch) | |
tree | d9c845932f3f2db8ea35479e12e3adc535925712 /src/mainwindow.h | |
parent | auto load plug in (diff) | |
download | rekonq-ecd78dd7a24a70c0e41c246b1232613554dcfd8c.tar.xz |
Merge Request #79 with the changes discussed.
1) no more confirm dialog on exit
2) restore newtab page or home page on close last tab
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 95964e22..d600c5dc 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -107,8 +107,6 @@ signals: void shiftCtrlTabPressed(); protected: - bool queryClose(); - /** * Filters (SHIFT + ) CTRL + TAB events and emit (shift)ctrlTabPressed() * to make switch tab |