summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/binaryformat.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-10-16 15:04:28 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-10-16 15:51:30 +0200
commit0f4ceb1950c18d7de27265504e104a65f2be7628 (patch)
treea4e1f245ff59cd5848410a61d5e11770cbb80ec5 /src/libs/installer/binaryformat.h
parent27a63dd497c25f9cc1c97b4decfacd618114521c (diff)
Implement a way to replace the default resource.
Change-Id: I2e362d255bf2526f216cbb872bbb64d37383d229 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com> Reviewed-by: Michal Klocek <michal.klocek@digia.com>
Diffstat (limited to 'src/libs/installer/binaryformat.h')
-rw-r--r--src/libs/installer/binaryformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/installer/binaryformat.h b/src/libs/installer/binaryformat.h
index d255ea8a9..0abe78030 100644
--- a/src/libs/installer/binaryformat.h
+++ b/src/libs/installer/binaryformat.h
@@ -242,6 +242,7 @@ public:
qint64 magicMarker() const;
int registerEmbeddedQResources();
+ void registerAsDefaultQResource(const QString &path);
QInstallerCreator::ComponentIndex componentIndex() const;
private: