QTfrontend/InstallController.h
author smaxx
Fri, 17 Sep 2010 15:27:04 +0200
changeset 3871 c91aefe1dca2
parent 3697 d5b30d6373fc
child 4976 088d40d8aba2
permissions -rw-r--r--
Frontend: * Disabled frontend's hog count for now to fix issue #44 - doesn't have to be limited to 48 anyway (but a limit based on active map would be nice)

/*
 *  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