This commit is contained in:
Nav
2022-09-08 14:48:28 +01:00
parent be2b5184ce
commit 7a8efcd7fc
2 changed files with 12 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ namespace Bloom
using namespace Bloom::Widgets;
UiLoader::UiLoader(QObject* parent): QUiLoader(parent) {
this->customWidgetConstructorsByWidgetName = decltype(this->customWidgetConstructorsByWidgetName) {
this->customWidgetConstructorsByWidgetName = {
{
"Label",
[this] (QWidget* parent, const QString& name) {