From 681a611588781734d45395d76ec802c0a2117be3 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 13 Sep 2011 17:10:30 +0200 Subject: Fix close & session First, I'm really sorry for this bad commit ('git' talking..). The fact is that the 3 bugs fixed here were found chained playing with close code. Here it is the report: - fix close window (it now really appears on multiple window closing) - fix saveSession (saving one call for each site loaded and storing better information): saveSession is now called on loadFinished - clean up some compilation warnings --- src/application.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/application.h') diff --git a/src/application.h b/src/application.h index cc9bc433..0c4d3101 100644 --- a/src/application.h +++ b/src/application.h @@ -132,6 +132,8 @@ private slots: // the general place to set private browsing void setPrivateBrowsingMode(bool); + void queryQuit(); + private: QWeakPointer m_historyManager; QWeakPointer m_bookmarkProvider; -- cgit v1.2.1