summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qbitmap.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-10-11 13:02:48 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-11 16:03:12 +0200
commit0e6a4010286569c3c77ed3092dd96aca17e72332 (patch)
treea5324b0db3d6b4da3c3648509c8f95bd8eeb5128 /src/gui/image/qbitmap.cpp
parentbd34df230da21154536cdc7c2886206bb53d2a78 (diff)
Remove stale documentation and fix qdoc errors.
Change-Id: I51bb0c52eb32d9d672d115f31b16d414f81708e2 Reviewed-on: http://codereview.qt-project.org/6433 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'src/gui/image/qbitmap.cpp')
-rw-r--r--src/gui/image/qbitmap.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/gui/image/qbitmap.cpp b/src/gui/image/qbitmap.cpp
index f32c517f17..4c03379550 100644
--- a/src/gui/image/qbitmap.cpp
+++ b/src/gui/image/qbitmap.cpp
@@ -153,14 +153,6 @@ QBitmap::QBitmap(const QPixmap &pixmap)
}
/*!
- \fn QBitmap::QBitmap(const QImage &image)
-
- Constructs a bitmap that is a copy of the given \a image.
-
- Use the static fromImage() function instead.
-*/
-
-/*!
Constructs a bitmap from the file specified by the given \a
fileName. If the file does not exist, or has an unknown format,
the bitmap becomes a null bitmap.
@@ -229,16 +221,6 @@ QBitmap::operator QVariant() const
}
/*!
- \fn QBitmap &QBitmap::operator=(const QImage &image)
- \overload
-
- Converts the given \a image to a bitmap, and assigns the result to
- this bitmap. Returns a reference to the bitmap.
-
- Use the static fromImage() function instead.
-*/
-
-/*!
Returns a copy of the given \a image converted to a bitmap using
the specified image conversion \a flags.