[Digikam-devel] extragear/graphics/digikam/libs/dimg
Gilles Caulier
caulier.gilles at gmail.com
Fri Jun 15 13:43:34 BST 2007
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: digikam-devel at kde.org
CCMAIL: marcel.wiesweg at gmx.de
CCMAIL: montel at kde.org
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:
More information about the Digikam-devel
mailing list