From 0e6a4010286569c3c77ed3092dd96aca17e72332 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Tue, 11 Oct 2011 13:02:48 +0200 Subject: Remove stale documentation and fix qdoc errors. Change-Id: I51bb0c52eb32d9d672d115f31b16d414f81708e2 Reviewed-on: http://codereview.qt-project.org/6433 Sanity-Review: Qt Sanity Bot Reviewed-by: Frederik Gladhorn --- src/gui/image/qbitmap.cpp | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/gui/image/qbitmap.cpp') 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 @@ -152,14 +152,6 @@ QBitmap::QBitmap(const QPixmap &pixmap) QBitmap::operator=(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, @@ -228,16 +220,6 @@ QBitmap::operator QVariant() const return QVariant(QVariant::Bitmap, this); } -/*! - \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. -- cgit v1.2.3