diff options
author | David Boddie <david.boddie@nokia.com> | 2011-08-15 11:30:25 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-08-15 11:30:25 (GMT) |
commit | 1c4b284b54c8d0166f777b256d1ac3eedd8ea593 (patch) | |
tree | 1ef94cb3ab7022f5e25da360d9a1ded0fb877732 /src/corelib | |
parent | cde8eaeab64c95f4445a1f5f900f11426e2b4029 (diff) | |
download | Qt-1c4b284b54c8d0166f777b256d1ac3eedd8ea593.zip Qt-1c4b284b54c8d0166f777b256d1ac3eedd8ea593.tar.gz Qt-1c4b284b54c8d0166f777b256d1ac3eedd8ea593.tar.bz2 |
Doc: Fixed qdoc warnings.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/io/qnoncontiguousbytedevice.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/io/qnoncontiguousbytedevice.cpp b/src/corelib/io/qnoncontiguousbytedevice.cpp index 5568920..d5ce56b 100644 --- a/src/corelib/io/qnoncontiguousbytedevice.cpp +++ b/src/corelib/io/qnoncontiguousbytedevice.cpp @@ -501,8 +501,6 @@ QNonContiguousByteDevice* QNonContiguousByteDeviceFactory::create(QIODevice *dev } /*! - \fn static QNonContiguousByteDevice* QNonContiguousByteDeviceFactory::create(QRingBuffer *ringBuffer); - Create a QNonContiguousByteDevice out of a QRingBuffer. \internal |