Sort scores based on dates not the entry date.
[scorecard] / src / score-dialog.h
index 8b3defd..f595b3a 100644 (file)
@@ -7,6 +7,7 @@
 #include <QComboBox>
 #include <QLabel>
 #include <QPushButton>
+#include <QDateEdit>
 #include <QLayout>
 
 #include "data.h"
@@ -35,6 +36,7 @@ private slots:
   // Widgets
   QListWidget  *listClub;
   QLineEdit    *lineEditDate;
+  QDateEdit    *date;
   QLabel       *labelClub;
   QLabel       *labelCourse;
   QPushButton  *pushButtonNext;