summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2020-10-19 20:46:05 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2020-10-20 08:08:28 +0200
commit0839bfaf75d3a1bc78b63c71f28a763b1b39f979 (patch)
tree7d34a3680bf1ad1560655fd43c3d55e46801133a /include/vcl
parent150d4c8b66a5d4e32a97a2a7e25e6fb632cfd40c (diff)
tdf#133931 Qt5 set the themed AlternatingRowColor
Change-Id: I6a4a0f90239686ff1c94e1a550540223324184e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104540 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/settings.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index 30023a601ab9..427447c8d1b2 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -415,6 +415,7 @@ public:
void SetInactiveTabColor( const Color& rColor );
const Color& GetInactiveTabColor() const;
+ void SetAlternatingRowColor(const Color& rColor);
const Color& GetAlternatingRowColor() const;
void SetHighContrastMode(bool bHighContrast );