Advertisement
erzis

Untitled

Nov 29th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include "mainwindow.h"
  2. #include <QApplication>
  3. #include <QDebug>
  4.  
  5. using namespace std;
  6.  
  7. int main(int argc, char *argv[])
  8. {
  9. QApplication a(argc, argv);
  10. MainWindow w;
  11. w.show();
  12.  
  13. return a.exec();
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement