diff widgets/LevelPanWidget.cpp @ 938:2564d0865feb tonioni

Signal/slot compatibility fixes
author Chris Cannam
date Mon, 30 Mar 2015 17:27:44 +0100
parents 37bb4b416c52
children 77110abca8a1
line wrap: on
line diff
--- a/widgets/LevelPanWidget.cpp	Mon Mar 30 14:28:37 2015 +0100
+++ b/widgets/LevelPanWidget.cpp	Mon Mar 30 17:27:44 2015 +0100
@@ -266,7 +266,7 @@
     QPen pen;
 
     double thin = thinLineWidth(rect);
-    
+
     pen.setColor(QColor(127, 127, 127, 127));
     pen.setWidthF(cellLightSize(rect).width() + thin);
     pen.setCapStyle(Qt::RoundCap);