logic: fix qprocess stuck if finished or errored too quickly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user