23 #ifndef _TelepathyQt_debug_h_HEADER_GUARD_
24 #define _TelepathyQt_debug_h_HEADER_GUARD_
26 #ifndef IN_TP_QT_HEADER
27 #error IN_TP_QT_HEADER
30 #include <TelepathyQt/Global>
39 const QString &libraryVersion,
void enableWarnings(bool enable)
Definition: debug.cpp:163
void enableDebug(bool enable)
Definition: debug.cpp:159
void(* DebugCallback)(const QString &libraryName, const QString &libraryVersion, QtMsgType type, const QString &msg)
Definition: debug.h:38
void setDebugCallback(DebugCallback cb)
Definition: debug.cpp:167