QTfrontend/InstallController.h
author nemo
Tue, 21 Dec 2010 14:57:33 -0500
changeset 4589 98890a2d4cd7
parent 3697 d5b30d6373fc
child 4976 088d40d8aba2
permissions -rw-r--r--
Switch default to the compost garbage ball (pending a proper mudball from a real artist), set Snowball for Snow theme only, change en.txt to Mudball

/*
 *  InstallController.h
 *
 *
 *  Created by Vittorio on 28/09/09.
 *  Copyright 2009 __MyCompanyName__. All rights reserved.
 *
 */

#ifndef INSTALLCONTROLLER_H
#define INSTALLCONTROLLER_H

class InstallController
        {
    public:
        virtual ~InstallController();

        virtual void showInstallController() = 0;
        };

#endif