diff -r c11abf387a7d -r d5b30d6373fc QTfrontend/M3Panel.mm --- a/QTfrontend/M3Panel.mm Sat Jul 31 10:52:43 2010 +0200 +++ b/QTfrontend/M3Panel.mm Sat Jul 31 11:24:53 2010 +0200 @@ -1,6 +1,6 @@ /* * M3Panel.cpp - * + * * * Created by Vittorio on 28/09/09. * Copyright 2009 __MyCompanyName__. All rights reserved. @@ -21,10 +21,10 @@ M3Panel::M3Panel(void) { c = new Private; - + c->install = [[M3InstallController alloc] init]; [c->install retain]; - + } M3Panel::~M3Panel()