mirror of
https://github.com/arcan1s/qtadds-pdebug.git
synced 2025-12-15 19:53:45 +00:00
fix
This commit is contained in:
7
pdebug.h
7
pdebug.h
@ -43,11 +43,4 @@ inline std::string pFuncInfo(const std::string prettyFunction)
|
||||
|
||||
#define PDEBUG pDebug(pFuncInfo(__PRETTY_FUNCTION__))
|
||||
|
||||
|
||||
#if QT_VERSION >= 0x050000
|
||||
#include <QDateTime>
|
||||
void debugString(QtMsgType type, const QMessageLogContext &context, const QString &msg);
|
||||
#endif /* QT_VERSION >= 0x050000 */
|
||||
|
||||
|
||||
#endif /* PRETTY_DEBUG_H */
|
||||
|
||||
Reference in New Issue
Block a user