Coding style improvements.

This commit is contained in:
Felix Geyer 2012-05-14 16:27:59 +02:00
parent 89361b3bea
commit b88a0d8de3
12 changed files with 52 additions and 51 deletions

View file

@ -92,7 +92,7 @@ bool readAllFromDevice(QIODevice* device, QByteArray& data)
}
}
QDateTime currentDateTimeUtc ()
QDateTime currentDateTimeUtc()
{
#if QT_VERSION >= 0x040700
return QDateTime::currentDateTimeUtc();