QTfrontend/M3Panel.h
changeset 8064 202e2cce7077
parent 6952 7f70f37bbf08
equal deleted inserted replaced
8063:06efc1ea6a40 8064:202e2cce7077
    29 
    29 
    30         void showInstallController();
    30         void showInstallController();
    31 
    31 
    32     private:
    32     private:
    33         class Private;
    33         class Private;
    34         Private* c;
    34         Private* m;
    35 };
    35 };
    36 
    36 
    37 #endif
    37 #endif