Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_meta_data_schema.h File Reference
#include <kritametadata_export.h>
#include <kis_debug.h>

Go to the source code of this file.

Classes

struct  KisMetaData::Schema
 

Namespaces

 

Functions

KRITAMETADATA_EXPORT QDebug operator<< (QDebug debug, const KisMetaData::Schema &c)
 

Function Documentation

◆ operator<<()

KRITAMETADATA_EXPORT QDebug operator<< ( QDebug debug,
const KisMetaData::Schema & c )

Definition at line 393 of file kis_meta_data_schema.cc.

394{
395 debug.nospace() << "Uri = " << c.uri() << " Prefix = " << c.prefix();
396 return debug.space();
397}
PyObject * debug(PyObject *, PyObject *args)