diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-05-20 09:43:37 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-05-20 09:43:37 (GMT) |
commit | 30ffe43f826baae366b6e745d077ade316512d3b (patch) | |
tree | 3e8c020ec99a5d69b9787a8d164a2f326936eebc /src/corelib/io | |
parent | e7989aeb09f7c597edf3498183bd97bd0122382b (diff) | |
parent | 99f6250a4ac031b70757442715b226bc339ab699 (diff) | |
download | Qt-30ffe43f826baae366b6e745d077ade316512d3b.zip Qt-30ffe43f826baae366b6e745d077ade316512d3b.tar.gz Qt-30ffe43f826baae366b6e745d077ade316512d3b.tar.bz2 |
Merge remote branch 'origin/4.7' into qt-master-from-4.7
Diffstat (limited to 'src/corelib/io')
-rw-r--r-- | src/corelib/io/qdatastream.cpp | 3 | ||||
-rw-r--r-- | src/corelib/io/qprocess.cpp | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/corelib/io/qdatastream.cpp b/src/corelib/io/qdatastream.cpp index 3a9d284..58f0190 100644 --- a/src/corelib/io/qdatastream.cpp +++ b/src/corelib/io/qdatastream.cpp @@ -91,8 +91,7 @@ QT_BEGIN_NAMESPACE format that varies depending on the item's type. Supported Qt types include QBrush, QColor, QDateTime, QFont, QPixmap, QString, QVariant and many others. For the complete list of all Qt types - supporting data streaming see the \l{Format of the QDataStream - operators}. + supporting data streaming see \l{Serializing Qt Data Types}. For integers it is best to always cast to a Qt integer type for writing, and to read back into the same Qt integer type. This diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp index 7725ca8..b5e7a97 100644 --- a/src/corelib/io/qprocess.cpp +++ b/src/corelib/io/qprocess.cpp @@ -2022,7 +2022,7 @@ void QProcess::start(const QString &program, OpenMode mode) \note Terminating running processes from other processes will typically cause a panic in Symbian due to platform security. - \sa \l {Symbian Platform Security Requirements} + \sa {Symbian Platform Security Requirements} \sa kill() */ void QProcess::terminate() @@ -2040,7 +2040,7 @@ void QProcess::terminate() On Symbian, this function requires platform security capability \c PowerMgmt. If absent, the process will panic with KERN-EXEC 46. - \sa \l {Symbian Platform Security Requirements} + \sa {Symbian Platform Security Requirements} \sa terminate() */ void QProcess::kill() |