| 24 | Q_DECLARE_METATYPE(QMarginsF) |
| 25 | |
| 26 | static void registerMetaTypes() |
| 27 | { |
| 28 | StreamOperators::registerOperators<QMargins>(); |
| 29 | StreamOperators::registerOperators<QMarginsF>(); |
| 30 | // TODO: Probably should be somewhere else |
| 31 | qRegisterMetaType<QTypeRevision>(); |
| 32 | } |
| 33 | |
| 34 | PropertyControllerClient::PropertyControllerClient(const QString &name, QObject *parent) |
| 35 | : PropertyControllerInterface(name, parent) |
no outgoing calls