We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc50f91 commit 55f6b68Copy full SHA for 55f6b68
src/GUI/LoadDialog.cpp
@@ -68,7 +68,4 @@ LoadDialog::LoadDialog(QWidget* parent) : BaseConfigurationDialog(parent)
68
setLayout(ltMainBlock);
69
}
70
71
-QVariant LoadDialog::CreateConfigurationData()
72
-{
73
- return QVariant("Loader widget data.");
74
-}
+QVariant LoadDialog::CreateConfigurationData() { return QVariant("Loader widget data."); }
0 commit comments