forked from qt-creator/qt-creator
ScxmlEditor: Modernize
modernize-* Change-Id: I72a72cf5e9327956fdc0e5fc6f552bfc03d2122c Reviewed-by: Marco Benelli <marco.benelli@qt.io>
This commit is contained in:
@@ -60,11 +60,9 @@ namespace Internal {
|
||||
class ScxmlTextEditorWidget : public TextEditor::TextEditorWidget
|
||||
{
|
||||
public:
|
||||
ScxmlTextEditorWidget()
|
||||
{
|
||||
}
|
||||
ScxmlTextEditorWidget() = default;
|
||||
|
||||
void finalizeInitialization()
|
||||
void finalizeInitialization() override
|
||||
{
|
||||
setReadOnly(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user