mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Qt/Debugger: Readd title bar to breakpoint widget
Removed it by accident in #7299
This commit is contained in:
parent
12a5fd80bd
commit
27bc9046e7
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ BreakpointWidget::BreakpointWidget(QWidget* parent) : QDockWidget(parent)
|
||||||
{
|
{
|
||||||
setWindowTitle(tr("Breakpoints"));
|
setWindowTitle(tr("Breakpoints"));
|
||||||
setObjectName(QStringLiteral("breakpoints"));
|
setObjectName(QStringLiteral("breakpoints"));
|
||||||
setTitleBarWidget(new QWidget);
|
|
||||||
|
|
||||||
setAllowedAreas(Qt::AllDockWidgetAreas);
|
setAllowedAreas(Qt::AllDockWidgetAreas);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue