Refactored program structure
This commit is contained in:
parent
bc82ec72ed
commit
4e10385a3b
10 changed files with 140 additions and 96 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue