diff sv/document/ESFileReader.h @ 203:74d1b3bda5a3

allow to save and restore the filter settings from an easaier session
author lbajardsilogic
date Tue, 29 Jan 2008 17:21:42 +0000
parents 2a6f70f97395
children
line wrap: on
line diff
--- a/sv/document/ESFileReader.h	Tue Jan 29 12:46:03 2008 +0000
+++ b/sv/document/ESFileReader.h	Tue Jan 29 17:21:42 2008 +0000
@@ -71,6 +71,7 @@
     bool readWindow(const QXmlAttributes &);
     bool readView(const QXmlAttributes &);
     bool readLayer(const QXmlAttributes &);
+	bool readFilter(const QXmlAttributes &);
 
     Document *m_document;
     ESFileReaderPaneCallback &m_paneCallback;