remove constructor

This commit is contained in:
Lars Knoll 2011-05-04 12:14:17 +02:00
parent 1077edd108
commit 004700532a

View 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();