Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt/DevelopmentWarning: Add "Don't show me this warning again" option #6005

Merged
merged 1 commit into from Sep 3, 2017

Conversation

spycrab
Copy link
Contributor

@spycrab spycrab commented Sep 2, 2017

No description provided.

@@ -87,12 +90,16 @@ InDevelopmentWarning::InDevelopmentWarning(QWidget* parent)
connect(btn_run, &QCommandLinkButton::clicked, this, [this](bool) { accept(); });
connect(std_buttons->button(QDialogButtonBox::Cancel), &QPushButton::clicked, this,
[this](bool) { reject(); });
connect(hide_future, &QCheckBox::toggled, [](bool hide) {
QSettings().setValue(QStringLiteral("show_development_warning"), !hide);

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@delroth delroth merged commit ed07bd4 into dolphin-emu:master Sep 3, 2017
@spycrab spycrab deleted the qt_warning_disable branch September 3, 2017 01:53
@leoetlino leoetlino modified the milestone: Qt Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants