9#ifndef __SeExpr_Debug_h_
10#define __SeExpr_Debug_h_
13#include <QLoggingCategory>
17#define dbgSeExpr qCDebug(SEEXPR_UI_log)
18#define warnSeExpr qCWarning(SEEXPR_UI_log)
19#define errorSeExpr qCCritical(SEEXPR_UI_log)
const QLoggingCategory & SEEXPR_UI_log()