For returns use a braced initializer list

This commit is contained in:
Kurt Hindenburg
2018-10-27 23:07:38 -04:00
parent a94932757c
commit afe5bb4300
3 changed files with 4 additions and 4 deletions

View File

@@ -334,5 +334,5 @@ QSize KeyBindingEditor::sizeHint() const
static_cast<int>(parent->height() * 0.95)};
}
return QSize();
return {};
}