extragear/graphics/digikam/libs/dimg

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

extragear/graphics/digikam/libs/dimg

Gilles Caulier-4
SVN commit 675907 by cgilles:

digiKam from trunk (KDE4): "Et voila!". The famous DImg class from digiKam core witch help us to support
16 bits color depth images (and more of course) is ported to Qt4/KDE4

Marcel, do you remember your nice hack in 2006 about DImg memory leak and QShared class issue ?
Well, it's time to study again (a litlle) if Qt3::QShared class can be remplaced as well by
Qt4::QSharedData class...

Temporally, we will use Q3Shared transition class.

CCMAIL: [hidden email]
CCMAIL: [hidden email]
CCMAIL: [hidden email]



 M  +4 -0      dimgprivate.h  


--- trunk/extragear/graphics/digikam/libs/dimg/dimgprivate.h #675906:675907
@@ -40,6 +40,10 @@
 namespace Digikam
 {
 
+// TODO: KDE4PORT: QShared have been removed to Qt4. Check if QSharedData can be
+//                 used instead as well.
+//                 More details: http://doc.trolltech.com/4.3/porting4.html#qshared
+
 class DIGIKAM_EXPORT DImgPrivate : public Q3Shared
 {
 public:
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel