Browse Source

Minor commit error

QGC4.4
lm 15 years ago
parent
commit
cfd96e1bc6
  1. 2
      src/QGC.h

2
src/QGC.h

@ -8,7 +8,7 @@ namespace QGC @@ -8,7 +8,7 @@ namespace QGC
{
const QColor ColorCyan(55, 154, 195);
quint64 groundTimeUsecs()
static quint64 groundTimeUsecs()
{
QDateTime time = QDateTime::currentDateTime();
time = time.toUTC();

Loading…
Cancel
Save