#include <QString>
#include <QMap>
#include "mythrect.h"
Go to the source code of this file.
|
#define | VERBOSE_XML(type, level, filename, element, msg) |
|
◆ VERBOSE_XML
#define VERBOSE_XML |
( |
|
type, |
|
|
|
level, |
|
|
|
filename, |
|
|
|
element, |
|
|
|
msg |
|
) |
| |
Value:
"Location: %2 @ %3\n\t\t\t" \
"Name: '%4'\tType: '%5'") \
.arg(msg,
filename, QString::number((element).lineNumber()), \
(element).attribute("name", ""), (element).tagName()))
Definition at line 15 of file xmlparsebase.h.