[Digikam-devel] [digikam] /: On Linux, use Inotify directly for file notification changes

Ananta Palani anantapalani at gmail.com
Tue Nov 8 19:30:06 GMT 2011


I have updated git with the missing function to allow build on Windows.
There is a problem running the new code, however.

digiKam crashes on line 93 of albumwatch.cpp because of
KInotify().available(). It happens due to the windows constructor. I
haven't learned Qt yet, so I'm not sure what it expects. The problem
appears to be setting d(0) in the initialization list of the constructor
(although parent also appears to be 0). Here is the constructor for windows
from kinotify.cpp:

   KInotify::KInotify(QObject* parent) : QObject(parent), d(0) {}

Let me know if I can be more help.

-Ananta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-devel/attachments/20111108/0767bee3/attachment.html>


More information about the Digikam-devel mailing list