forked from qt-creator/qt-creator
Remove what's this button from Plugin Error dialog
Change-Id: I713bb7608f06b5ce31d63f07149bac94f0b20a53 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
@@ -41,6 +41,8 @@ PluginErrorOverview::PluginErrorOverview(QWidget *parent) :
|
||||
QDialog(parent),
|
||||
m_ui(new Internal::Ui::PluginErrorOverview)
|
||||
{
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
m_ui->setupUi(this);
|
||||
m_ui->buttonBox->addButton(tr("Continue"), QDialogButtonBox::AcceptRole);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user