QTfrontend/M3Panel.h
changeset 3697 d5b30d6373fc
parent 2948 3f21a9dc93d0
child 4976 088d40d8aba2
equal deleted inserted replaced
3695:c11abf387a7d 3697:d5b30d6373fc
     1 /*
     1 /*
     2  *  M3Panel.h
     2  *  M3Panel.h
     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  */
    15 class M3Panel : public InstallController
    15 class M3Panel : public InstallController
    16         {
    16         {
    17     public:
    17     public:
    18         M3Panel(void);
    18         M3Panel(void);
    19         ~M3Panel();
    19         ~M3Panel();
    20                 
    20 
    21         void showInstallController();
    21         void showInstallController();
    22                 
    22 
    23     private:
    23     private:
    24         class Private;
    24         class Private;
    25         Private* c;
    25         Private* c;
    26         };
    26         };
    27 
    27