Merge pull request #7343 from spycrab/qt_bp_fix

Qt/Debugger: Readd title bar to breakpoint widget
This commit is contained in:
Mat M 2018-08-19 08:41:36 -04:00 committed by GitHub
commit 8f847c7655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ BreakpointWidget::BreakpointWidget(QWidget* parent) : QDockWidget(parent)
{
setWindowTitle(tr("Breakpoints"));
setObjectName(QStringLiteral("breakpoints"));
setTitleBarWidget(new QWidget);
setAllowedAreas(Qt::AllDockWidgetAreas);