CVS commit by mueller: de-inline the destructor M +4 -1 kpixmap.cpp 1.42 M +4 -3 kpixmap.h 1.28 --- kdelibs/kdefx/kpixmap.cpp #1.41:1.42 @@ -184,4 +184,7 @@ static bool kdither_32_to_8( const QImag } +KPixmap::~KPixmap() +{ +} bool KPixmap::load( const QString& fileName, const char *format, --- kdelibs/kdefx/kpixmap.h #1.27:1.28 @@ -66,6 +66,7 @@ public: /** * Destructs the pixmap. + * ### KDE 4: remove */ - ~KPixmap() {}; + ~KPixmap(); /**