FEM: code formating replace lines of # with lines of *

This commit is contained in:
Bernd Hahnebach
2019-09-19 07:45:42 +02:00
parent 2f59bb50eb
commit 078237937f
4 changed files with 20 additions and 21 deletions

View File

@@ -143,8 +143,8 @@ private:
bool m_autoscale, m_isDragging, m_autoRecompute;
};
//###############################################################################################
// ***************************************************************************
class FemGuiExport PlaneWidget : public FunctionWidget {
Q_OBJECT
@@ -179,8 +179,8 @@ protected:
virtual void updateData(const App::Property*);
};
//###############################################################################################
// ***************************************************************************
class FemGuiExport SphereWidget : public FunctionWidget {
Q_OBJECT