mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Remove a debug line, tested out and merged reznet's UTC patches
This commit is contained in:
parent
235141e575
commit
dc0eda83a0
@ -406,7 +406,7 @@ void gXAxisDay::paint(QPainter &painter, gGraph &graph, const QRegion ®ion)
|
||||
QDateTime date2 = QDateTime::fromMSecsSinceEpoch(minx, Qt::UTC);
|
||||
QDateTime enddate2 = QDateTime::fromMSecsSinceEpoch(maxx, Qt::UTC);
|
||||
|
||||
qInfo() << "Drawing date axis from " << date2 << " to " << enddate2;
|
||||
//qInfo() << "Drawing date axis from " << date2 << " to " << enddate2;
|
||||
|
||||
QDate date = date2.date();
|
||||
// QDate enddate = enddate2.date();
|
||||
|
Loading…
Reference in New Issue
Block a user