OperationBlob Struct

struct QInstaller::OperationBlob

The OperationBlob class is a textual representation of an operation that can be instantiated and executed by the Qt Installer Framework. More...

Header: #include <OperationBlob>

Public Functions

OperationBlob(const QString &n, const QString &x)

Public Variables

QString name
QString xml

Detailed Description

Member Function Documentation

OperationBlob::OperationBlob(const QString &n, const QString &x)

Constructs the operation blob with the given arguments, while n stands for the name part and x for the XML representation of the operation.

Member Variable Documentation

QString OperationBlob::name

This variable holds the name of the operation.

QString OperationBlob::xml

This variable holds the XML representation of the operation.

© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. The Qt Company, Qt and their respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.