6#ifndef KORESOURCESIGNATURE_H
7#define KORESOURCESIGNATURE_H
9#include "kritaresources_export.h"
11#include <boost/operators.hpp>
20class KRITARESOURCES_EXPORT
KoResourceSignature :
public boost::equality_comparable<KoResourceSignature>
24 KoResourceSignature(
const QString &type,
const QString &md5sum,
const QString &filename,
const QString &name);
bool operator==(const KisRegion &lhs, const KisRegion &rhs)
KRITARESOURCES_EXPORT QDebug operator<<(QDebug dbg, const KoResourceSignature &sig)
A simple wrapper object for the main information about the resource.