From 004700532ab635cf8e5240c5674b2aaeeb601b95 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 4 May 2011 12:14:17 +0200 Subject: remove constructor --- src/gui/image/qimage.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui') diff --git a/src/gui/image/qimage.h b/src/gui/image/qimage.h index 849f731f5e..91a6a99a2a 100644 --- a/src/gui/image/qimage.h +++ b/src/gui/image/qimage.h @@ -132,9 +132,6 @@ public: explicit QImage(const char * const xpm[]); #endif explicit QImage(const QString &fileName, const char *format = 0); -#ifndef QT_NO_CAST_FROM_ASCII - explicit QImage(const char *fileName, const char *format = 0); -#endif QImage(const QImage &); ~QImage(); -- cgit v1.2.3