From 64325d39ad84ea8741e2d220d9b93aaca413cdac Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Mon, 22 May 2023 12:16:08 -0700 Subject: [PATCH] Update imagewriter.h --- src/imagewriter.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/imagewriter.h b/src/imagewriter.h index 666efb2..0e19d76 100644 --- a/src/imagewriter.h +++ b/src/imagewriter.h @@ -68,8 +68,14 @@ public: /* Function to return version */ Q_INVOKABLE QString constantVersion() const; - /* Function to return name */ + /* Function to return name */ Q_INVOKABLE QString constantName() const; + + /* Function to return org */ + Q_INVOKABLE QString constantOrg() const; + + /* Function to return domain */ + Q_INVOKABLE QString constantDomain() const; /* Returns true if version argument is newer than current program */ Q_INVOKABLE bool isVersionNewer(const QString &version);