QTfrontend/InstallController.h
author nemo
Tue, 28 Dec 2010 18:47:44 -0500
changeset 4755 7df529b4335c
parent 3697 d5b30d6373fc
child 4976 088d40d8aba2
permissions -rw-r--r--
Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.

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