diff options
Diffstat (limited to 'src/plugins/debugger/stackhandler.cpp')
-rw-r--r-- | src/plugins/debugger/stackhandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/stackhandler.cpp b/src/plugins/debugger/stackhandler.cpp index 7f20afaeef3..51d27228d18 100644 --- a/src/plugins/debugger/stackhandler.cpp +++ b/src/plugins/debugger/stackhandler.cpp @@ -337,7 +337,6 @@ static StackFrame inputFunctionForDisassembly() dialog.setInputMode(QInputDialog::TextInput); dialog.setLabelText(StackHandler::tr("Function:")); dialog.setWindowTitle(StackHandler::tr("Disassemble Function")); - dialog.setWindowFlags(dialog.windowFlags() & ~Qt::WindowContextHelpButtonHint); if (dialog.exec() != QDialog::Accepted) return frame; const QString function = dialog.textValue(); |