mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Do not change the internal widget name to preserve layout. (#2418)
This commit is contained in:
parent
4ced45d650
commit
fc83965555
@ -111,7 +111,7 @@ DecompilerWidget::~DecompilerWidget() = default;
|
||||
|
||||
QString DecompilerWidget::getWidgetType()
|
||||
{
|
||||
return "Decompiler";
|
||||
return "DecompilerWidget";
|
||||
}
|
||||
|
||||
Decompiler *DecompilerWidget::getCurrentDecompiler()
|
||||
|
Loading…
Reference in New Issue
Block a user