QTfrontend/M3InstallController.h
changeset 2948 3f21a9dc93d0
parent 2606 ed687a8d081f
child 3697 d5b30d6373fc
equal deleted inserted replaced
2947:803b277e4894 2948:3f21a9dc93d0
    41 #endif
    41 #endif
    42 //#endif
    42 //#endif
    43 
    43 
    44 
    44 
    45 @interface M3InstallController : NSObject {
    45 @interface M3InstallController : NSObject {
    46 	NSAlert *alert;
    46     NSAlert *alert;
    47 }
    47 }
    48 
    48 
    49 - (void)displayInstaller;
    49 - (void)displayInstaller;
    50 - (void)installApp;
    50 - (void)installApp;
    51 @end
    51 @end