Skip to content
Commit 95f72e20 authored by Luigi Toscano's avatar Luigi Toscano
Browse files

Porting fix: no values can be added to a null QTime

The time shown at the end of the game is always 0 seconds otherwise.
Properly initialize the QTime instance so that it is not a null value.
The C++ API changes for Qt5 states that "Adding days to a null QDate
or seconds to a null QTime will no longer return a valid QDate/QTime."
parent ad437389
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment