summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qbitmap.cpp
diff options
context:
space:
mode:
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.