diff Framework/Widgets/CairoWidget.cpp @ 365:ef31240a73f6 am-2

no automatic call to moc and uic, CircleMeasureTracker using Orthanc fonts
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Oct 2018 18:10:29 +0100
parents 3a4ca166fafa
children 557c8ff1db5c
line wrap: on
line diff
--- a/Framework/Widgets/CairoWidget.cpp	Wed Oct 31 11:06:25 2018 +0100
+++ b/Framework/Widgets/CairoWidget.cpp	Wed Oct 31 18:10:29 2018 +0100
@@ -32,8 +32,8 @@
     return true;
   }
 
-  CairoWidget::CairoWidget(const std::string& name)
-    : WidgetBase(name)
+  CairoWidget::CairoWidget(const std::string& name) :
+    WidgetBase(name)
   {
   }