27 #ifndef INTERFACEPERSISTENCE_H
28 #define INTERFACEPERSISTENCE_H
Interface for all objects that should be serialized by the PersistenceManager.
Definition: InterfacePersistence.h:36
virtual void fromVariant(const QVariant &)=0
Load data from a QVariant to initialize the current object.
virtual QVariant toVariant() const =0
Convert all data from the object to a QVariant (usually a QVariantMap)