出现了bug
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include <QWidget>
|
||||
#include <QThread>
|
||||
|
||||
#define car_size 110
|
||||
|
||||
class WorkThread : public QThread
|
||||
{
|
||||
|
||||
@@ -21,4 +23,12 @@ struct care
|
||||
|
||||
};
|
||||
|
||||
struct touch
|
||||
{
|
||||
char flag;
|
||||
int y;
|
||||
int x;
|
||||
|
||||
};
|
||||
|
||||
#endif // WORKTHREAD_H
|
||||
|
||||
Reference in New Issue
Block a user