KSeExpr 6.0.0.0
Macros | Functions
Debug.h File Reference
#include <QDebug>
#include <QLoggingCategory>

Go to the source code of this file.

Macros

#define dbgSeExpr   qCDebug(SEEXPR_UI_log)
 
#define warnSeExpr   qCWarning(SEEXPR_UI_log)
 
#define errorSeExpr   qCCritical(SEEXPR_UI_log)
 

Functions

const QLoggingCategory & SEEXPR_UI_log ()
 

Macro Definition Documentation

◆ dbgSeExpr

#define dbgSeExpr   qCDebug(SEEXPR_UI_log)

Definition at line 17 of file Debug.h.

◆ errorSeExpr

#define errorSeExpr   qCCritical(SEEXPR_UI_log)

Definition at line 19 of file Debug.h.

◆ warnSeExpr

#define warnSeExpr   qCWarning(SEEXPR_UI_log)

Definition at line 18 of file Debug.h.

Function Documentation

◆ SEEXPR_UI_log()

const QLoggingCategory & SEEXPR_UI_log ( )
extern

Definition at line 11 of file Debug.cpp.