This should shut up warnings like: "warning: no newline at end of file"
@@ -188,4 +188,5 @@ QTextStream & operator<<(QTextStream &os, const ctkModuleDescription &module)
os << *group;
}
return os;
-}
+}
+
@@ -100,4 +100,5 @@ private :
Q_DECLARE_METATYPE(ctkAxesWidget::Axis)
-#endif
+#endif
@@ -179,4 +179,4 @@ void ctkColorDialog::setColor(const QColor& color)
{
this->QColorDialog::setCurrentColor(color);
-
@@ -87,4 +87,5 @@ private :
Q_DISABLE_COPY(ctkMaterialPropertyPreviewLabel);
};