summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/flowlayout/window.cpp
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-09-04 09:42:52 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-09-04 13:20:04 (GMT)
commit55bda33db049d137f4a1e3349e40e8d3365748c6 (patch)
tree9ae2107bc1f3243357e3afb5561d4186d945dbf2 /examples/graphicsview/flowlayout/window.cpp
parent3eb65f48c97dc5e1a8980afa35bea8e4b16f08ba (diff)
downloadQt-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.cpp2
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) {