author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 28 Apr 2010 13:15:16 +0300 | |
branch | RCL_3 |
changeset 15 | b25b6dc3ff8b |
parent 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] |