From d14b92ef8984ae654ff187bf6c8f5946d3ba218d Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 24 Feb 2003 21:37:49 +0000 Subject: - work around yet another g++ 2.x bug - started work on saving session to xml [ any classes from libopie I can reuse without too much effort? ] --- (limited to 'noncore/net/wellenreiter/gui/mainwindow.h') diff --git a/noncore/net/wellenreiter/gui/mainwindow.h b/noncore/net/wellenreiter/gui/mainwindow.h index 03aa08a..8bfccf3 100644 --- a/noncore/net/wellenreiter/gui/mainwindow.h +++ b/noncore/net/wellenreiter/gui/mainwindow.h @@ -43,10 +43,14 @@ class WellenreiterMainWindow: public QMainWindow QToolButton* startStopButton; + protected: + virtual void closeEvent( QCloseEvent* ); + public slots: void showConfigure(); void demoAddStations(); void fileSaveLog(); + void fileSaveSession(); }; #endif -- cgit v0.9.0.2