Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. class MyApp : public QApplication
  2. {
  3. public:
  4.     MyApp(int &argc, char **argv);
  5.     virtual ~MyApp();
  6.  
  7.     void load(QQmlApplicationEngine &engine);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement