diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-09-04 09:42:52 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-09-04 13:20:04 (GMT) |
commit | 55bda33db049d137f4a1e3349e40e8d3365748c6 (patch) | |
tree | 9ae2107bc1f3243357e3afb5561d4186d945dbf2 /examples/graphicsview/flowlayout/window.cpp | |
parent | 3eb65f48c97dc5e1a8980afa35bea8e4b16f08ba (diff) | |
download | Qt-55bda33db049d137f4a1e3349e40e8d3365748c6.zip Qt-55bda33db049d137f4a1e3349e40e8d3365748c6.tar.gz Qt-55bda33db049d137f4a1e3349e40e8d3365748c6.tar.bz2 |
Minor fixes to the graphicsview/flowlayout example
Diffstat (limited to 'examples/graphicsview/flowlayout/window.cpp')
-rw-r--r-- | examples/graphicsview/flowlayout/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphicsview/flowlayout/window.cpp b/examples/graphicsview/flowlayout/window.cpp index 2d98026..017659a 100644 --- a/examples/graphicsview/flowlayout/window.cpp +++ b/examples/graphicsview/flowlayout/window.cpp @@ -49,7 +49,7 @@ Window::Window() { FlowLayout *lay = new FlowLayout; QLatin1String wiseWords("I am not bothered by the fact that I am unknown." - "I am bothered when I do not know others. (Confucius)"); + " I am bothered when I do not know others. (Confucius)"); QString sentence(wiseWords); QStringList words = sentence.split(QLatin1Char(' '), QString::SkipEmptyParts); for (int i = 0; i < words.count(); ++i) { |