Project

General

Profile

« Previous | Next » 

Revision 6e9ab370

Added by skyjake about 12 years ago

Fixed|Deh Reader: Argument type for parseInclude

Passing strings by non-const reference is only required if the
caller expects the string to be modified by the function and
wants to retain the modified string.

QString has an efficient copy-on-write mechanism where the
string can be passed (seemingly) by value.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences