Advertisement
InAndOutLand

Main.cpp -- InAndOutLand

Mar 15th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. #include "mainwindow.h"
  2. #include <QApplication>
  3. /*The text in the comment here has been removed*/
  4. int main(int argc, char *argv[])
  5. {
  6.     QApplication a(argc, argv);
  7.     MainWindow w;
  8.     w.show();
  9.    
  10.     return a.exec();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement