diff -r 000000000000 -r b856a9924bbc publishercreator.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/publishercreator.h Wed Jun 02 13:22:05 2010 +0300 @@ -0,0 +1,18 @@ +#ifndef PUBLISHERCREATOR_H +#define PUBLISHERCREATOR_H + +#include "mainwindow.h" + +class PublisherCreator +{ +public: + PublisherCreator(MainWindow& aUi); + +private: + void copyFiles(); + +private: + MainWindow& iUi; +}; + +#endif // PUBLISHERCREATOR_H