mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 13:26:02 -04:00
--Code changes
-Remove all dependencies on Intel Threading Building Blocks. -Write our own version of parallel_for().
This commit is contained in:
@ -44,14 +44,10 @@ protected:
|
||||
if (e->type() == QEvent::MouseMove)
|
||||
{
|
||||
if (const auto me = dynamic_cast<QMouseEvent*>(e))
|
||||
{
|
||||
emit MouseDragged(me->localPos(), me->globalPos());
|
||||
}
|
||||
}
|
||||
else if (e->type() == QEvent::MouseButtonRelease)
|
||||
{
|
||||
emit MouseReleased();
|
||||
}
|
||||
|
||||
return QTableWidget::eventFilter(obj, e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user