remove constructor
This commit is contained in:
parent
1077edd108
commit
004700532a
@ -132,9 +132,6 @@ public:
|
|||||||
explicit QImage(const char * const xpm[]);
|
explicit QImage(const char * const xpm[]);
|
||||||
#endif
|
#endif
|
||||||
explicit QImage(const QString &fileName, const char *format = 0);
|
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(const QImage &);
|
||||||
~QImage();
|
~QImage();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user