#1966 : Use DATE if DATE is the only column present

This commit is contained in:
Magne Sjaastad
2017-10-05 10:11:10 +02:00
parent 56cd53a5f0
commit cc59b85ee9
5 changed files with 101 additions and 36 deletions

View File

@@ -39,6 +39,7 @@ struct ColumnInfo
std::string dateFormatString;
std::string startDateString;
QDateTime startQDateTime;
std::vector<QDateTime> observationDateTimes;
};
//==================================================================================================