From de060583b0e0c2faa44b1abbf792109676d8fdee Mon Sep 17 00:00:00 2001 From: Tirtha Chatterjee Date: Thu, 11 Aug 2011 13:09:39 +0200 Subject: Update session file before last window is closed Having 2 (or more) windows open and closing one did NOT update the session file. Now it is :) REVIEW: 101346 REVIEWED-BY: adjam --- src/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index d8b5538e..908ff776 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -125,6 +125,8 @@ Q_SIGNALS: void triggerPartPrint(); void triggerPartFind(); + void lastWindowClosed(); + protected Q_SLOTS: void saveNewToolbarConfig(); -- cgit v1.2.1