Remove a Q_OS_WIN_TODO, nothing to port there

This commit is contained in:
Sergio Martins
2022-06-11 15:24:32 +01:00
parent 0031f1bcfd
commit 5cd46d572e

View File

@@ -253,7 +253,7 @@ bool StatePreDrag::handleMouseDoubleClick()
StateDragging::StateDragging(DragController *parent)
: StateBase(parent)
{
#if defined(Q_OS_WIN_TODO) && !defined(DOCKS_DEVELOPER_MODE)
#if defined(Q_OS_WIN) && !defined(DOCKS_DEVELOPER_MODE)
m_maybeCancelDrag.setInterval(100);
QObject::connect(&m_maybeCancelDrag, &QTimer::timeout, this, [this] {
// Workaround bug #166 , where Qt doesn't agree with Window's mouse button state.