[Digikam-devel] branches/stable/extragear/graphics/digikam/digikam

Gilles Caulier caulier.gilles at free.fr
Tue Jun 27 14:24:21 BST 2006


SVN commit 555438 by cgilles:

digikam from stable : backport commit #555370 from trunk by 'binner' about duplicate parameter names into drag object constructor !

IMPORTANT: this will fix certainly any troubles with drag & drop under digiKam. Please give me a report, especially about B.K.O files relevant...

CCMAIL: digikam-devel at kde.org, ach at mpe.mpg.de


 M  +1 -1      dragobjects.h  


--- branches/stable/extragear/graphics/digikam/digikam/dragobjects.h #555437:555438
@@ -47,7 +47,7 @@
 
     ItemDrag(const KURL::List& urls, const KURL::List& kioURLs,
              const QValueList<int>& albumIDs,
-             const QValueList<int>& albumIDs,
+             const QValueList<int>& imageIDs,
              QWidget* dragSource=0, const char* name=0);
 
     static bool canDecode(const QMimeSource* e);



More information about the Digikam-devel mailing list