Skip to content

Commit

Permalink
Add missing Q_OBJECT
Browse files Browse the repository at this point in the history
  • Loading branch information
mhtvsSFrpHdE committed Aug 7, 2022
1 parent dbfd524 commit 1326e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions qpp/prefetch/Source/Core/Thread/sleep_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

class SleepThread : public QThread
{
Q_OBJECT
public:
SleepThread(unsigned long sleepTimeInMilliseconds);

Expand Down
1 change: 1 addition & 0 deletions qpp/prefetch/Source/Input/Thread/loop_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

class LoopThread : public QThread
{
Q_OBJECT
public:
LoopThread();

Expand Down

0 comments on commit 1326e24

Please sign in to comment.