From 30775961a5c33d4721395eb07d11c4fcc142ce96 Mon Sep 17 00:00:00 2001 From: eilers Date: Sun, 18 Jul 2004 14:37:20 +0000 Subject: Fixed bugreport #1370 and added check, whether source and destdatabase is the same.. --- (limited to 'noncore/tools/pimconverter/converter.h') diff --git a/noncore/tools/pimconverter/converter.h b/noncore/tools/pimconverter/converter.h index 27d7fb2..a78c6bc 100755 --- a/noncore/tools/pimconverter/converter.h +++ b/noncore/tools/pimconverter/converter.h @@ -14,6 +14,8 @@ public: void selectedDatabase( int num ); void selectedDestFormat( int num ); void selectedSourceFormat( int num ); + + void closeEvent( QCloseEvent *e ); private: // Caution: @@ -33,6 +35,7 @@ private: int m_selectedDatabase; int m_selectedSourceFormat; int m_selectedDestFormat; + bool m_criticalState; }; -- cgit v0.9.0.2