diff options
| author | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2018-12-31 18:58:11 +0100 |
|---|---|---|
| committer | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2018-12-31 18:58:11 +0100 |
| commit | 527b310ef3eb88e9fd5e6473984e8679d125c853 (patch) | |
| tree | 99c8c383bbef11ce5f07df4002cdf92a18748881 /src/settingsdialog.h | |
| parent | b8babae78a452071c3a707347d21a06fef759bab (diff) | |
| parent | 776bc8efdfb3c6ccfe03d2a9a59a38d137e141a9 (diff) | |
Merge remote-tracking branch 'upstream/Develop' into download-tab
Diffstat (limited to 'src/settingsdialog.h')
| -rw-r--r-- | src/settingsdialog.h | 2 |
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();
|
