From cbe10d032370e2a34e29bbc9cbc0a3ef2767f421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boutter=20Lo=C3=AFc?= Date: Sat, 3 May 2014 21:10:55 +0200 Subject: [PATCH] Update doc to enum classes forgotten char --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c293549..94fb2fe 100644 --- a/README.md +++ b/README.md @@ -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