mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-11-04 02:00:31 -05: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