actually commit override color get function

This commit is contained in:
itsmattkc
2021-04-08 19:05:39 +10:00
parent 5b0332260f
commit db3644e2f8
+5
View File
@@ -230,6 +230,11 @@ public:
*/
QBrush brush(qreal top, qreal bottom) const;
int GetOverrideColor() const
{
return override_color_;
}
/**
* @brief Sets the override color. Set to -1 for no override color.
*/