29
30 void showInstallController();
31
32 private:
33 class Private;
34 Private* c;
34 Private* m;
35 };
36
37 #endif