This commit is contained in:
arcan1s
2015-06-18 00:54:41 +03:00
parent 1a4e071b5b
commit cb0a332856
3 changed files with 29 additions and 12 deletions

View File

@ -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 */