chore: df-gui remove unused QThredImpl class
This commit is contained in:
committed by
Chris Rizzitello
parent
0b05b0e71d
commit
7e4ac48476
@ -32,15 +32,6 @@
|
||||
|
||||
using namespace deskflow::gui;
|
||||
|
||||
class QThreadImpl : public QThread
|
||||
{
|
||||
public:
|
||||
static void msleep(unsigned long msecs)
|
||||
{
|
||||
QThread::msleep(msecs);
|
||||
}
|
||||
};
|
||||
|
||||
#if defined(Q_OS_MAC)
|
||||
bool checkMacAssistiveDevices();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user