You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rdesktoplauncher.h 215B

123456789101112131415
  1. #ifndef RDESKTOPLAUNCHER_H
  2. #define RDESKTOPLAUNCHER_H
  3. #include "rdpoptions.h"
  4. class RDesktopLauncher
  5. {
  6. public:
  7. RDesktopLauncher();
  8. public:
  9. void start(RdpOptions options);
  10. };
  11. #endif // RDESKTOPLAUNCHER_H