21#ifndef SCRIPTABLE_SAFESTRING
22#define SCRIPTABLE_SAFESTRING
24#include <QtCore/QObject>
26#include "safestring.h"
30class ScriptableSafeString :
public QObject
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.
QObject * parent() const const