fix crash on close, some code cleanup

This commit is contained in:
2017-09-09 19:45:47 +02:00
parent c963cc37ac
commit 032e354152
3 changed files with 12 additions and 31 deletions

View File

@@ -187,11 +187,11 @@ void HardwareSetup::run(){
emit Shell((int)buffer[i].time, 2);
break;
case 3:
cout << "Time: vor emit" << (int)buffer[i].time << endl;
// cout << "Time: vor emit" << (int)buffer[i].time << endl;
emit Dea((int)buffer[i].time, 2);
break;
case 4:
cout << "emit shell" << endl;
// cout << "emit shell" << endl;
emit Shell((int)buffer[i].time, 3);
break;
case 5: