diff options
Diffstat (limited to 'qtools')
-rw-r--r-- | qtools/qcollection.cpp | 2 | ||||
-rw-r--r-- | qtools/qdatastream.cpp | 7 | ||||
-rw-r--r-- | qtools/qfile.cpp | 4 |
3 files changed, 3 insertions, 10 deletions
diff --git a/qtools/qcollection.cpp b/qtools/qcollection.cpp index e70b64b..4f86227 100644 --- a/qtools/qcollection.cpp +++ b/qtools/qcollection.cpp @@ -60,7 +60,7 @@ */ -/*! \enum QCollection::Item +/*! \typedef QCollection::Item This type is the generic "item" in a QCollection. */ diff --git a/qtools/qdatastream.cpp b/qtools/qdatastream.cpp index a2e5c3b..d539daf 100644 --- a/qtools/qdatastream.cpp +++ b/qtools/qdatastream.cpp @@ -815,13 +815,6 @@ QDataStream &QDataStream::operator<<( Q_INT64 i ) } /*! - \fn QDataStream &QDataStream::operator<<( uint i ) - Writes an unsigned integer to the stream as a 32-bit unsigned integer - (Q_UINT32). - Returns a reference to the stream. -*/ - -/*! \fn QDataStream &QDataStream::operator<<( int i ) Writes a signed integer to the stream as a 32-bit signed integer (Q_INT32). Returns a reference to the stream. diff --git a/qtools/qfile.cpp b/qtools/qfile.cpp index 98ed9a3..7939160 100644 --- a/qtools/qfile.cpp +++ b/qtools/qfile.cpp @@ -497,7 +497,7 @@ QCString QFile::encodeName( const QString &fileName ) } /*! - \enum QFile::EncoderFn + \typedef QFile::EncoderFn This is used by QFile::setEncodingFunction(). */ @@ -532,7 +532,7 @@ QString QFile::decodeName( const QCString &localFileName ) } /*! - \enum QFile::DecoderFn + \typedef QFile::DecoderFn This is used by QFile::setDecodingFunction(). */ |