[skip CI] [FEM] some style changes by MSVC

- to avoid annoying unnecessary diffs while working on the FEM module
This commit is contained in:
Uwe
2022-03-25 18:55:33 +01:00
parent ebc0c0ae04
commit 7bc69a8cbb
18 changed files with 363 additions and 380 deletions

View File

@@ -136,13 +136,13 @@ QWidget* PropertyFemMeshItem::createEditor(QWidget* parent, const QObject* recei
return nullptr;
}
void PropertyFemMeshItem::setEditorData(QWidget *editor, const QVariant& data) const
void PropertyFemMeshItem::setEditorData(QWidget* editor, const QVariant& data) const
{
Q_UNUSED(editor);
Q_UNUSED(data);
}
QVariant PropertyFemMeshItem::editorData(QWidget *editor) const
QVariant PropertyFemMeshItem::editorData(QWidget* editor) const
{
Q_UNUSED(editor);
return QVariant();