Require Qt5.

This commit is contained in:
Leonardo Zide
2021-01-08 10:35:52 -08:00
parent e6397a98ac
commit b70fab3059
27 changed files with 38 additions and 232 deletions
+1 -2
View File
@@ -3333,7 +3333,6 @@ void lcView::OnMiddleButtonDown()
return;
}
#if (QT_VERSION >= QT_VERSION_CHECK(4, 7, 0))
lcTrackTool OverrideTool = GetOverrideTrackTool(Qt::MiddleButton);
if (OverrideTool != lcTrackTool::None)
@@ -3341,7 +3340,7 @@ void lcView::OnMiddleButtonDown()
mTrackTool = OverrideTool;
UpdateCursor();
}
#endif
OnButtonDown(lcTrackButton::Middle);
}