ElementEditor: dynamictextfieldeditor.h improve code style

This commit is contained in:
damianCaceres
2020-08-05 08:26:18 +01:00
committed by Laurent Trinques
parent bb84bb2098
commit ce523b71e2

View File

@@ -29,8 +29,7 @@ namespace Ui {
* @brief The DynamicTextFieldEditor class
* This class provide a widget used to edit the property of a dynamic text field
*/
class DynamicTextFieldEditor : public ElementItemEditor
{
class DynamicTextFieldEditor : public ElementItemEditor {
Q_OBJECT
public: