From 365e01d1fe3f6efe503bd02cb7e2f9fda0ad5da8 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Mon, 22 May 2023 12:16:15 -0700 Subject: [PATCH] Update imagewriter.cpp --- src/imagewriter.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/imagewriter.cpp b/src/imagewriter.cpp index 2460f90..4518d1f 100644 --- a/src/imagewriter.cpp +++ b/src/imagewriter.cpp @@ -408,6 +408,18 @@ QString ImageWriter::constantName() const return IMAGER_NAME; } +/* Function to return org */ +QString ImageWriter::constantOrg() const +{ + return IMAGER_ORG; +} + +/* Function to return domain */ +QString ImageWriter::constantDomain() const +{ + return IMAGER_DOMAIN; +} + /* Returns true if version argument is newer than current program */ bool ImageWriter::isVersionNewer(const QString &version) {