summaryrefslogtreecommitdiffstats
path: root/src/winrtrunner/appxengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/winrtrunner/appxengine.h')
-rw-r--r--src/winrtrunner/appxengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/winrtrunner/appxengine.h b/src/winrtrunner/appxengine.h
index 30b03fe07..4aec67588 100644
--- a/src/winrtrunner/appxengine.h
+++ b/src/winrtrunner/appxengine.h
@@ -63,6 +63,7 @@ protected:
bool installDependencies();
bool createPackage(const QString &packageFileName);
+ bool sign(const QString &fileName);
static bool getManifestFile(const QString &fileName, QString *manifest = 0);
QScopedPointer<AppxEnginePrivate> d_ptr;