mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 16:49:27 +00:00
Qt: Don't show the Qt "What's this" button
This commit is contained in:
parent
898bbffaa7
commit
ed0ba7ef28
5 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent)
|
||||
{
|
||||
setWindowTitle(tr("About Dolphin"));
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
||||
QString text = QStringLiteral("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue