From fc839655558c519ffc026afc8ac994db92bcb19d Mon Sep 17 00:00:00 2001 From: karliss Date: Thu, 3 Sep 2020 11:57:49 +0300 Subject: [PATCH] Do not change the internal widget name to preserve layout. (#2418) --- src/widgets/DecompilerWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/DecompilerWidget.cpp b/src/widgets/DecompilerWidget.cpp index c39d566f..b24fcd0c 100644 --- a/src/widgets/DecompilerWidget.cpp +++ b/src/widgets/DecompilerWidget.cpp @@ -111,7 +111,7 @@ DecompilerWidget::~DecompilerWidget() = default; QString DecompilerWidget::getWidgetType() { - return "Decompiler"; + return "DecompilerWidget"; } Decompiler *DecompilerWidget::getCurrentDecompiler()