diff -r c11abf387a7d -r d5b30d6373fc QTfrontend/InstallController.h --- a/QTfrontend/InstallController.h Sat Jul 31 10:52:43 2010 +0200 +++ b/QTfrontend/InstallController.h Sat Jul 31 11:24:53 2010 +0200 @@ -1,6 +1,6 @@ /* * InstallController.h - * + * * * Created by Vittorio on 28/09/09. * Copyright 2009 __MyCompanyName__. All rights reserved. @@ -14,8 +14,8 @@ { public: virtual ~InstallController(); - + virtual void showInstallController() = 0; }; -#endif \ No newline at end of file +#endif