Add a qDebug() statement if start date for an EDF file is zero.

This commit is contained in:
Seeker4 2019-06-28 19:53:46 -07:00
parent 21c9730888
commit 85efcace3e

View File

@ -106,6 +106,8 @@ bool EDFParser::Parse()
startdate = qint64(startdate_orig.toTime_t()) * 1000L;
//startdate-=timezoneOffset();
if (startdate == 0)
qDebug() << "EDFParser::Parse startdate = 0";
//qDebug() << startDate.toString("yyyy-MM-dd HH:mm:ss");