Skip to content
Commit 072f85ce authored by Sergey Ivanov's avatar Sergey Ivanov
Browse files

Add new type of optional tokens in format string (Collection Organizer) - "[]"...

Add new type of optional tokens in format string (Collection Organizer) - "[]" square brackets. Syntax: [%token%: any formatted string], or Its short format: [%token%]. If you specified replacement string (string after colon ":" ) empty token will be replaced with this string (replacement can also include tokens and optional tokens); If no replacement defined default value will be used (e.g. Unknown artist for %artist%).
Split QStringx.h on .h and .cpp because It became huge.
BUG: 264874
parent 44a9496f
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