Refactored program structure

This commit is contained in:
Hane 2023-08-11 16:39:10 +02:00
commit 4e10385a3b
10 changed files with 140 additions and 96 deletions

View file

@ -1,6 +1,3 @@
#include <iostream>
#include <vector>
//#include <stdio.h>
//#include <stdlib.h>
@ -22,7 +19,9 @@ QApplication* createApplication(int &argc, char *argv[])
int main (int argc, char* argv[]) {
//QApplication::setStyle("windowsvista");
//INIT CONT
log_debugcpp("main init");
osh->reloadEndpointHandlers();
log_debugcpp("Reloaded endpoint handlers");
//INIT FRONT
QScopedPointer<QApplication> app(createApplication(argc, argv));