separated request class

This commit is contained in:
Santiago Lema 2025-05-07 06:31:50 -03:00
parent 2dd76e787e
commit c8523bc115
8 changed files with 336 additions and 209 deletions

6
App.h
View file

@ -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