publishercreator.h
author jake
Mon, 23 Aug 2010 14:05:40 +0300
changeset 4 63928ff6db8d
parent 0 b856a9924bbc
permissions -rw-r--r--
Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.

#ifndef PUBLISHERCREATOR_H
#define PUBLISHERCREATOR_H

#include "mainwindow.h"

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

private:
    void copyFiles();

private:
    MainWindow& iUi;
};

#endif // PUBLISHERCREATOR_H