diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-01-25 17:41:53 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-01-25 17:41:53 (GMT) |
commit | 90c131226cd9550589ecaa1becdddc2524e5a2cc (patch) | |
tree | a87b89debd1b62be13091d1057719697c532bee3 /doc/src/snippets/code | |
parent | 027716e77f7cc9ae04c4bd4df757fea9157e205e (diff) | |
parent | a0177c4b9e4566f9d9edcab7b12ed77bfd823590 (diff) | |
download | Qt-90c131226cd9550589ecaa1becdddc2524e5a2cc.zip Qt-90c131226cd9550589ecaa1becdddc2524e5a2cc.tar.gz Qt-90c131226cd9550589ecaa1becdddc2524e5a2cc.tar.bz2 |
Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt-doc-team
* '4.7' of git://scm.dev.nokia.troll.no/qt/qt-doc-team:
Doc: Fixed missing images in qt demo
Doc: Fixing typo
Doc: fixing bugs and typos based on feedback
Doc: fixing bugs and misspelling based on feedback
Diffstat (limited to 'doc/src/snippets/code')
-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] |