[Digikam-users] sql queries digikam

Gilles Caulier caulier.gilles at gmail.com
Mon Jul 2 16:22:16 BST 2007


2007/7/2, depot @ xs4all. nl <depot at xs4all.nl>:
>
> > to prevent problem with multithreading in digiKam, do not use KDE API
> > directly, but "DWarning()" instaead "kdWarning()"
> >
> > unforget to put #include"ddebug.h" at top of source to compile fine.
>
> Adding DWarning() instead of kdWaring() gave me a make error:
>
> .libs/digikamsearch.o: In function
> `kio_digikamsearch::special(QMemArray<char> const&)':
> digikamsearch.cpp:(.text+0x3da6): undefined reference to `DWarning(int)'
> digikamsearch.cpp:(.text+0x3dbe): undefined reference to
> `Digikam::Ddbgstream::~Ddbgstream()'
> collect2: ld returned 1 exit status
> make[3]: *** [kio_digikamsearch.la] Error 1


ah yes, it's in KIOslave. you don't need to use DWarning() at this place.
KIOSlave running in a separate process. There is no problem with
multithreading.

Gilles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-users/attachments/20070702/4285710f/attachment.html>


More information about the Digikam-users mailing list