xml.h
changeset 239 bdeb503d2b7f
parent 169 aa48c7b52549
child 247 5dfbe972d9df
     1.1 --- a/xml.h	Wed Mar 08 12:59:08 2006 +0000
     1.2 +++ b/xml.h	Tue Mar 14 14:27:04 2006 +0000
     1.3 @@ -26,6 +26,7 @@
     1.4  	bool fatalError( const QXmlParseException&);
     1.5  	void setMapEditor (MapEditor*);
     1.6  	void setTmpDir (QString);
     1.7 +	void setInputFile (QString);
     1.8  	void setLoadMode (const LoadMode &);
     1.9  	bool readBranchAttr (const QXmlAttributes&);
    1.10  	bool readLinkAttr (const QXmlAttributes&);
    1.11 @@ -61,6 +62,8 @@
    1.12  	int branchDepth; 
    1.13  	NoteObj no;
    1.14  	MapCenterObj* mc;
    1.15 -	MapEditor* me; QString tmpDir; 
    1.16 +	MapEditor* me; 
    1.17 +	QString tmpDir; 
    1.18 +	QString inputFile;
    1.19  }; 
    1.20  #endif