diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-26 15:58:06 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-26 15:58:06 (GMT) |
commit | 834c8617dc130126c0ce5213bda36b9f62717b1e (patch) | |
tree | 129006ab4b0cc446dd5ea58f9c160f5681490bed /doc/src/snippets | |
parent | c5bd324a9216e37e907e9c85c0fe96b58772eaa2 (diff) | |
parent | d3bf6e227b353c10de3353b6072640dea59b52c0 (diff) | |
download | Qt-834c8617dc130126c0ce5213bda36b9f62717b1e.zip Qt-834c8617dc130126c0ce5213bda36b9f62717b1e.tar.gz Qt-834c8617dc130126c0ce5213bda36b9f62717b1e.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc/src/snippets')
-rw-r--r-- | doc/src/snippets/code/doc_src_stylesheet.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/code/doc_src_stylesheet.qdoc b/doc/src/snippets/code/doc_src_stylesheet.qdoc index 49e2581..9b8a3b5 100644 --- a/doc/src/snippets/code/doc_src_stylesheet.qdoc +++ b/doc/src/snippets/code/doc_src_stylesheet.qdoc @@ -213,7 +213,7 @@ namespace ns { } // ... -qApp->setSytleSheet("ns--MyPushButton { background: yellow; }"); +qApp->setStyleSheet("ns--MyPushButton { background: yellow; }"); //! [27] |