summaryrefslogtreecommitdiff
path: root/src/settingsdialog.h
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-05-28 09:42:06 +0200
committerGitHub <noreply@github.com>2019-05-28 09:42:06 +0200
commit6db22ef38898c4ada0dc1d54e697c3edc34ffd54 (patch)
treee9b508c223278201c0eb00e37ce14e494da9af70 /src/settingsdialog.h
parent28b117b1a6bb14fa8f0805dfca0ad5ec245abb44 (diff)
parent5716676e083bde4a6f2ddb57a683df85b96c2d04 (diff)
Merge pull request #734 from isanae/permissive-flag
Permissive flag
Diffstat (limited to 'src/settingsdialog.h')
-rw-r--r--src/settingsdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingsdialog.h b/src/settingsdialog.h
index 92a97c3f..afe988bd 100644
--- a/src/settingsdialog.h
+++ b/src/settingsdialog.h
@@ -53,7 +53,7 @@ public:
*/
QString getColoredButtonStyleSheet() const;
- void setButtonColor(QPushButton *button, QColor &color);
+ void setButtonColor(QPushButton *button, const QColor &color);
public slots: