service.patch> "qDebug()" It's hard to grep for it. Do you know how to workaround the lack of kDebug ? I added this: #define myDebug() qDebug() << Q_FUNC_INFO << ": " but I don't know how to add the process name and pid, like "kded(586) ..."
service.patch> "qDebug()"
It's hard to grep for it. Do you know how to workaround the lack of kDebug ? I added this:
#define myDebug() qDebug() << Q_FUNC_INFO << ": "
but I don't know how to add the process name and pid, like "kded(586) ..."