summaryrefslogtreecommitdiff
path: root/src/settingsdialog.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-30 20:19:23 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-30 20:19:23 -0600
commit4809c301324b5ebcdad4146325023f53d20d05d8 (patch)
tree1f87bd5b35380a08c69f6c8ee9833d4e1496e000 /src/settingsdialog.h
parent7cdaecc5bd5938e70e7161b3732e040af48cf305 (diff)
Apply alpha color settings to the settings dialog
Diffstat (limited to 'src/settingsdialog.h')
-rw-r--r--src/settingsdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settingsdialog.h b/src/settingsdialog.h
index f0567d87..b005f928 100644
--- a/src/settingsdialog.h
+++ b/src/settingsdialog.h
@@ -50,6 +50,8 @@ public:
*/
QString getColoredButtonStyleSheet() const;
+ void setButtonColor(QPushButton *button, QColor &color);
+
public slots:
virtual void accept();