[Digikam-devel] Connection error in AlbumDragDropHandler
Marcel Wiesweg
marcel.wiesweg at gmx.de
Thu Feb 4 20:01:12 GMT 2010
>
> AlbumDragDropHandler contains these lines:
> if(choice == moveAction)
> {
> // FIXME there is no such slot
> KIO::Job* job = DIO::move(droppedAlbum, destAlbum);
> connect(job, SIGNAL(result(KJob*)),
> this, SLOT(slotDIOResult(KJob*)));
> }
>
> The slot doesn't exists. Does anyone know what this was supposed to do?
I changed it to a signal, but that signal still needs a slot.
See ImageViewUtilities::slotDIOResult. Just a central place for error
handling.
>
> Johannes
>
More information about the Digikam-devel
mailing list