diff options
Diffstat (limited to 'stats/statscolors.h')
-rw-r--r-- | stats/statscolors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stats/statscolors.h b/stats/statscolors.h index 92ed53377..926e2e489 100644 --- a/stats/statscolors.h +++ b/stats/statscolors.h @@ -11,6 +11,7 @@ inline const QColor highlightedColor(Qt::yellow); inline const QColor highlightedBorderColor(0xaa, 0xaa, 0x22); inline const QColor darkLabelColor(Qt::black); inline const QColor lightLabelColor(Qt::white); +inline const QColor axisColor(Qt::black); QColor binColor(int bin, int numBins); QColor labelColor(int bin, size_t numBins); |