logic: fix qprocess stuck if finished or errored too quickly

This commit is contained in:
mlangkabel
2019-08-06 17:27:41 +02:00
parent bda7375e63
commit 1c7bc2fc90
4 changed files with 31 additions and 16 deletions
@@ -1,5 +1,5 @@
#ifndef FOO_H
#define FOO_H
#ifndef BAR_H
#define BAR_H
#include "FooBar.h"
@@ -7,4 +7,4 @@ class Bar : public FooBar
{
};
#endif // FOO_H
#endif // BAR_H
@@ -1,5 +1,5 @@
#ifndef BAR_H
#define BAR_H
#ifndef FOO_H
#define FOO_H
#include "FooBar.h"
@@ -7,4 +7,4 @@ class Foo : public FooBar
{
};
#endif // FOO_BAR_H
#endif // FOO_H