Use debug category

Authored by mlaurent on Mar 23 2018, 5:53 AM.

Description

Use debug category

Details

Committed
mlaurentMar 23 2018, 5:53 AM
Parents
R165:dbe49c557c21: Use nullptr
Branches
Unknown
Tags
Unknown

Hi! After this commit various akonadi dependent projects won't compile - e.g. akonadi-contacts, akonadi-mime and others claiming this error:

In file included from /home/kotelnik/kde/usr/include/KF5/AkonadiCore/item.h:27:0,
                 from /home/kotelnik/kde/usr/include/KF5/AkonadiCore/itemfetchjob.h:24,
                 from /home/kotelnik/kde/src/kde/pim/akonadi-mime/src/removeduplicatesjob.cpp:23:
/home/kotelnik/kde/usr/include/KF5/AkonadiCore/tag.h:25:10: fatal error: akonadicore_debug.h: No such file or directory
 #include "akonadicore_debug.h"
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

I'm using kdesrc-build environment.