Skip to content

Commit

Permalink
Fix uninitialized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Jan 31, 2022
1 parent 16770be commit c5b3094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ void Window::quickCreate()
if (quickPreview->isChecked()) {
yamlEditor(example.name(), exampleYAML, true);
} else {
editWindow = new QMainWindow;
createName = new QLineEdit;
createYAML = new QTextEdit;
readYAML(exampleYAML);
Expand Down

0 comments on commit c5b3094

Please sign in to comment.