various fixes
This commit is contained in:
parent
e278280c4b
commit
24110624fb
9 changed files with 163 additions and 137 deletions
|
|
@ -14,7 +14,7 @@
|
|||
#include "qtclasses.h"
|
||||
#include "global.h"
|
||||
|
||||
OverseerHandler *osh = new OverseerHandler();
|
||||
OverseerHandler *osh = nullptr;
|
||||
|
||||
QApplication* createApplication(int &argc, char *argv[])
|
||||
{
|
||||
|
|
@ -44,6 +44,8 @@ int main (int argc, char* argv[]) {
|
|||
startSingleInstanceServer("Mixer");
|
||||
else exit(0);
|
||||
|
||||
osh = new OverseerHandler();
|
||||
|
||||
//INIT CONT
|
||||
log_debugcpp("main init");
|
||||
osh->reloadEndpointHandlers();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue