aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/Worker.h
blob: 16ce98ead0d00ab3cd0a04f43c64054d70144f20 (plain)
1
2
3
4
5
6
7
#include <QThread>

class WorkerThread : public QThread
{
	Q_OBJECT
	void run() override;
};