MEONMedical / Log4Qt

Log4Qt - Logging for the Qt cross-platform application framework
Apache License 2.0
580 stars 234 forks source link

fixed scope of toString() call #4

Closed murzz closed 8 years ago

murzz commented 8 years ago

DateTime::toString() method should be called instead of QDateTime::toString(). This would fix 5 of Log4QtTest::PatternFormatter currently failing tests.