author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
#! [0] |
2 |
# Comments usually start at the beginning of a line, but they |
|
3 |
# can also follow other content on the same line. |
|
4 |
#! [0] |
|
5 |
||
6 |
#! [1] |
|
7 |
# To include a literal hash character, use the $$LITERAL_HASH variable: |
|
8 |
urlPieces = http://qt.nokia.com/doc/4.0/qtextdocument.html pageCount |
|
9 |
message($$join(urlPieces, $$LITERAL_HASH)) |
|
10 |
#! [1] |