Olive
debug.h
1
#ifndef DEBUG_H
2
#define DEBUG_H
3
4
#include <QDebug>
5
6
void
debug_message_handler(QtMsgType type,
const
QMessageLogContext &context,
const
QString &msg);
7
const
QString& get_debug_str();
8
void
open_debug_file();
9
void
close_debug_file();
10
11
#define dout qDebug()
12
13
#endif // DEBUG_H
Generated by
1.8.15