Calculate and show how many shots over/under score is
[scorecard] / src / score-common.h
index dca5d09..a2dad65 100644 (file)
 
 #include <QColor>
 
+static QString settingsGroup("Settings");
+static QString settingsHcp("hcp");
+static QString settingsHomeClub("home-club");
+static QString settingsDefaultCourses("default-courses");
+
 #ifndef WANT_DEBUG
 #define TRACE
 #else
@@ -37,7 +42,7 @@ class ScoreColor
     static QColor doubleBogey() { return Qt::red;                  }
     static QColor bad()         { return Qt::red;                  }
     static QColor subTotal()    { return Qt::white;                }
-    static QColor total()       { return Qt::white;                }
+    static QColor total()       { return Qt::magenta;              }
 }; 
 
 static QString statStyleSheet("QTableView {color : white;}");