From cfd96e1bc64b6cf3ad762a60c72f766a133c5d6a Mon Sep 17 00:00:00 2001 From: lm Date: Tue, 15 Jun 2010 10:02:02 +0200 Subject: [PATCH] Minor commit error --- src/QGC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QGC.h b/src/QGC.h index f8ed9f123..5dfdd881a 100644 --- a/src/QGC.h +++ b/src/QGC.h @@ -8,7 +8,7 @@ namespace QGC { const QColor ColorCyan(55, 154, 195); - quint64 groundTimeUsecs() + static quint64 groundTimeUsecs() { QDateTime time = QDateTime::currentDateTime(); time = time.toUTC(); -- 2.22.0