QTfrontend/M3Panel.mm
changeset 3697 d5b30d6373fc
parent 2400 2422ea85d100
child 4976 088d40d8aba2
equal deleted inserted replaced
3695:c11abf387a7d 3697:d5b30d6373fc
     1 /*
     1 /*
     2  *  M3Panel.cpp
     2  *  M3Panel.cpp
     3  *  
     3  *
     4  *
     4  *
     5  *  Created by Vittorio on 28/09/09.
     5  *  Created by Vittorio on 28/09/09.
     6  *  Copyright 2009 __MyCompanyName__. All rights reserved.
     6  *  Copyright 2009 __MyCompanyName__. All rights reserved.
     7  *
     7  *
     8  */
     8  */
    19 };
    19 };
    20 
    20 
    21 M3Panel::M3Panel(void)
    21 M3Panel::M3Panel(void)
    22 {
    22 {
    23 	c = new Private;
    23 	c = new Private;
    24         
    24 
    25 	c->install = [[M3InstallController alloc] init];
    25 	c->install = [[M3InstallController alloc] init];
    26 	[c->install retain];
    26 	[c->install retain];
    27         
    27 
    28 }
    28 }
    29 
    29 
    30 M3Panel::~M3Panel()
    30 M3Panel::~M3Panel()
    31 {
    31 {
    32 	[c->install release];
    32 	[c->install release];