#ifndef SVGAEXPORT_H
#define SVGAEXPORT_H

#include <QObject>

class TestSVGExport : public QObject
{
Q_OBJECT
public:
	TestSVGExport() {;}
	~TestSVGExport() {;}
	
private slots:
	void testMakePollyList();
	void testMakePollyLine();
};

#endif
