separated request class
This commit is contained in:
parent
2dd76e787e
commit
c8523bc115
8 changed files with 336 additions and 209 deletions
6
App.h
6
App.h
|
@ -5,6 +5,7 @@
|
|||
#ifndef APP_H
|
||||
#define APP_H
|
||||
|
||||
#include "MainWindow.h"
|
||||
|
||||
#include <Application.h>
|
||||
|
||||
|
@ -17,8 +18,13 @@ public:
|
|||
|
||||
virtual void AboutRequested();
|
||||
|
||||
MainWindow* mainWindow = nullptr;
|
||||
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif // APP_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue