diff -r edb78a44240b -r 9ff332964015 mapcenteritem.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mapcenteritem.h Wed Apr 01 15:06:57 2009 +0000 @@ -0,0 +1,16 @@ +#ifndef MAPCENTERITEM_H +#define MAPCENTERITEM_H + +#include "branchitem.h" + + +class MapCenterItem:public BranchItem +{ +public: + MapCenterItem(const QList &data, TreeItem *parent = 0); + ~MapCenterItem(); + + QString saveToDir (const QString &tmpdir,const QString &prefix, const QPointF& offset); +}; + +#endif