Do not change the internal widget name to preserve layout. (#2418)

This commit is contained in:
karliss 2020-09-03 11:57:49 +03:00 committed by GitHub
parent 4ced45d650
commit fc83965555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ DecompilerWidget::~DecompilerWidget() = default;
QString DecompilerWidget::getWidgetType()
{
return "Decompiler";
return "DecompilerWidget";
}
Decompiler *DecompilerWidget::getCurrentDecompiler()