remove constructor
authorLars Knoll <lars.knoll@nokia.com>
Wed, 4 May 2011 10:14:17 +0000 (12:14 +0200)
committerLars Knoll <lars.knoll@nokia.com>
Wed, 4 May 2011 10:14:17 +0000 (12:14 +0200)
src/gui/image/qimage.h

index 849f731..91a6a99 100644 (file)
@@ -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();