21#ifndef SCRIPTABLE_SAFESTRING
22#define SCRIPTABLE_SAFESTRING
24#include <QtCore/QObject>
26#include "safestring.h"
39 Q_INVOKABLE
bool isSafe()
const;
42 void setSafety(
bool safeness);
A QString wrapper class for containing whether a string is safe or needs to be escaped.
The Cutelee namespace holds all public Cutelee API.