Refactor|libdeng2: String::toIntLeft() replaced with a better method
Improved the name of the toIntLeft() method to be consistent with the QString public interface. Also improved the API documentation to answer questions that a user of the class might have instead of rephrasing the method's implementation. With the additional flags argument the method's behavior becomes self-documenting.
Refactor|libdeng2: String::toIntLeft() replaced with a better method
Improved the name of the toIntLeft() method to be consistent with
the QString public interface. Also improved the API documentation to
answer questions that a user of the class might have instead of
rephrasing the method's implementation. With the additional flags
argument the method's behavior becomes self-documenting.