Skip to content

Commit 842a634

Browse files
schdubjustinclift
authored andcommitted
RID: AboutDialog WindowContextHelpButtonHint window flag (sqlitebrowser#796)
1 parent d1f93d9 commit 842a634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AboutDialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
99
{
1010
ui->setupUi(this);
1111
this->setFixedSize(this->width(), this->height());
12+
this->setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
1213

1314
ui->label_version->setText(tr("Version ") + APP_VERSION + "\n\n" +
1415
tr("Qt Version ") + QT_VERSION_STR + "\n\n" +

0 commit comments

Comments
 (0)