[qet] [3287] Fix Mac os X FTBFS

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 3287
Author:   scorpio810
Date:     2014-08-19 13:29:47 +0200 (Tue, 19 Aug 2014)
Log Message:
-----------
Fix Mac os X FTBFS

Modified Paths:
--------------
    trunk/sources/diagramview.cpp

Modified: trunk/sources/diagramview.cpp
===================================================================
--- trunk/sources/diagramview.cpp	2014-08-18 23:33:31 UTC (rev 3286)
+++ trunk/sources/diagramview.cpp	2014-08-19 11:29:47 UTC (rev 3287)
@@ -586,6 +586,7 @@
 
 #if defined(__APPLE__) && defined(__MACH__)
 			QAbstractScrollArea::wheelEvent(e);
+	}
 		#else
 		if (e->buttons() != Qt::MidButton) {
 			if (!(e -> modifiers() & Qt::ControlModifier)) {


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/