Update doc to enum classes forgotten char

This commit is contained in:
Boutter Loïc 2014-05-03 21:10:55 +02:00
parent fbe70efbae
commit cbe10d0323

View File

@ -124,7 +124,7 @@ setDefaultOption( "scale-factor", 0.9 );
you could supply the following option.
```c++
options.insert("text-selected", QString( icon_lock ) );
options.insert("text-selected", QString( fa::lock ) );
```
License