Skip to content

Commit

Permalink
QSPlitter style-sheet example was invalid
Browse files Browse the repository at this point in the history
QSPlitter::handle:pressed - example missed "image:" text
when image is set. Added "image:".

Task-number: QTBUG-20069

Merge-request: 2698
Reviewed-by: Casper van Donderen <[email protected]>
  • Loading branch information
artoka authored and Casper van Donderen committed Nov 1, 2011
1 parent 13e20c1 commit 473f65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/snippets/code/doc_src_stylesheet.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ QSplitter::handle:vertical {
}

QSplitter::handle:pressed {
url(images/splitter_pressed.png);
image: url(images/splitter_pressed.png);
}

//! [142]
Expand Down

0 comments on commit 473f65b

Please sign in to comment.