21#ifndef DEFAULTFILTERS_H
22#define DEFAULTFILTERS_H
29#include "stringfilters.h"
31#include "taglibraryinterface.h"
44 Q_PLUGIN_METADATA(IID
"org.cutelee.TagLibraryInterface")
52 QHash<QString, Filter *>
filters;
61 filters.insert(QStringLiteral(
"default_if_none"),
The Parser class processes a string template into a tree of nodes.
The TagLibraryInterface returns available tags and filters from libraries.
QHash< QString, Filter * > filters(const QString &name={}) override
The Cutelee namespace holds all public Cutelee API.