diff -r ddde0ac1472b -r 2422ea85d100 QTfrontend/InstallController.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/QTfrontend/InstallController.h Fri Oct 02 16:49:31 2009 +0000 @@ -0,0 +1,21 @@ +/* + * 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 \ No newline at end of file