chore: df-gui remove unused QThredImpl class

This commit is contained in:
sithlord48
2025-04-03 21:03:44 -04:00
committed by Chris Rizzitello
parent 0b05b0e71d
commit 7e4ac48476

View File

@ -32,15 +32,6 @@
using namespace deskflow::gui; using namespace deskflow::gui;
class QThreadImpl : public QThread
{
public:
static void msleep(unsigned long msecs)
{
QThread::msleep(msecs);
}
};
#if defined(Q_OS_MAC) #if defined(Q_OS_MAC)
bool checkMacAssistiveDevices(); bool checkMacAssistiveDevices();
#endif #endif