diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-05-28 09:42:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-28 09:42:06 +0200 |
| commit | 6db22ef38898c4ada0dc1d54e697c3edc34ffd54 (patch) | |
| tree | e9b508c223278201c0eb00e37ce14e494da9af70 /src/settingsdialog.cpp | |
| parent | 28b117b1a6bb14fa8f0805dfca0ad5ec245abb44 (diff) | |
| parent | 5716676e083bde4a6f2ddb57a683df85b96c2d04 (diff) | |
Merge pull request #734 from isanae/permissive-flag
Permissive flag
Diffstat (limited to 'src/settingsdialog.cpp')
| -rw-r--r-- | src/settingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingsdialog.cpp b/src/settingsdialog.cpp index 74091469..7f53a9bb 100644 --- a/src/settingsdialog.cpp +++ b/src/settingsdialog.cpp @@ -88,7 +88,7 @@ QString SettingsDialog::getColoredButtonStyleSheet() const "}"); } -void SettingsDialog::setButtonColor(QPushButton *button, QColor &color) +void SettingsDialog::setButtonColor(QPushButton *button, const QColor &color) { button->setStyleSheet( QString("QPushButton {" |
