diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-25 14:05:27 +0200 |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-25 14:05:27 +0200 |
commit | 230357435d35a5b379c697723302108dd114585d (patch) | |
tree | 46bf07eba5dbf57ffb5d7716b1c34f5c4e897945 /src/gui/image/qpixmap_qws.cpp | |
parent | 44d992ca150d9448cb7b9114b2bc489b441c7b76 (diff) | |
download | qt4-tools-230357435d35a5b379c697723302108dd114585d.tar.gz |
qdoc: Moved some qdoc comments to a common cpp file.
Task-number: 252488
Diffstat (limited to 'src/gui/image/qpixmap_qws.cpp')
-rw-r--r-- | src/gui/image/qpixmap_qws.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gui/image/qpixmap_qws.cpp b/src/gui/image/qpixmap_qws.cpp index 6cc79818d5..7e383abead 100644 --- a/src/gui/image/qpixmap_qws.cpp +++ b/src/gui/image/qpixmap_qws.cpp @@ -109,9 +109,6 @@ QPixmap QPixmap::grabWindow(WId window, int x, int y, int w, int h) return QPixmap::fromImage(img); } -/*! - \internal -*/ QRgb* QPixmap::clut() const { if (data->classId() == QPixmapData::RasterClass) { @@ -122,9 +119,6 @@ QRgb* QPixmap::clut() const return 0; } -/*! - \internal -*/ int QPixmap::numCols() const { if (data->classId() == QPixmapData::RasterClass) { @@ -135,10 +129,6 @@ int QPixmap::numCols() const return 0; } -/*! - \internal - \since 4.1 -*/ const uchar* QPixmap::qwsBits() const { if (data->classId() == QPixmapData::RasterClass) { @@ -149,10 +139,6 @@ const uchar* QPixmap::qwsBits() const return 0; } -/*! - \internal - \since 4.1 -*/ int QPixmap::qwsBytesPerLine() const { if (data->classId() == QPixmapData::RasterClass) { |