Guest User

Untitled

a guest
Jan 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <QCoreApplication>
  2. #include <Test.h>
  3.  
  4. int main(int argc, char *argv[])
  5. {
  6. QCoreApplication app(argc, argv);
  7. Test t;
  8.  
  9. return app.exec();
  10. }
Add Comment
Please, Sign In to add comment