publishercreator.h
author jake
Tue, 26 Oct 2010 15:34:14 +0300
changeset 6 ac3b45850c50
parent 0 b856a9924bbc
permissions -rw-r--r--
New release 0.1.c

#ifndef PUBLISHERCREATOR_H
#define PUBLISHERCREATOR_H

#include "mainwindow.h"

class PublisherCreator
{
public:
    PublisherCreator(MainWindow& aUi);

private:
    void copyFiles();

private:
    MainWindow& iUi;
};

#endif // PUBLISHERCREATOR_H