DBDEBICH

[db error] main.cpp

Apr 26th, 2024
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | Source Code | 0 0
  1. #include "mainwindow.h"
  2.  
  3. #include <QApplication>
  4.  
  5. int main(int argc, char *argv[])
  6. {
  7.     QApplication a(argc, argv);
  8.     MainWindow w;
  9.     w.show();
  10.     return a.exec();
  11. }
  12.  
Tags: cpp
Add Comment
Please, Sign In to add comment