Project

General

Profile

« Previous | Next » 

Revision ef2a98ee

Added by skyjake about 12 years ago

Fixed: Errors with string formatting

With QString-based classes, sprintf() is not needed: just
use the arg() methods to replace any %1, %2, etc. markers.
arg() handles pretty much any type given to it, so casting
it also not necessary.

Also fixed other problems with variable initialization and
log message arguments.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences