Advertisement
Guest User

heil hitler

a guest
Apr 1st, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #ifndef DLLPALAUTAARVOJAKOMPONENTTI_H
  2. #define DLLPALAUTAARVOJAKOMPONENTTI_H
  3. #include "QString"
  4. #include "dllpalautaarvojakomponentti_global.h"
  5. #include "arpojamoottori.h"
  6.  
  7. class DLLPalautaArvojaKomponentti
  8. {
  9. private:
  10. QString palautettavaArvo;
  11. ArpojaMoottori *olioArpojaMoottori;
  12.  
  13. public:
  14. //DLLPalautaArvojaKomponentti();
  15. QString DLLPALAUTAARVOJAKOMPONENTTISHARED_EXPORT
  16. rajapintafunktioDLLPalautaArvojaKomponentti(int maxArvo);
  17. };
  18.  
  19. #endif // DLLPALAUTAARVOJAKOMPONENTTI_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement