summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/fsengineclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/fsengineclient.cpp')
-rw-r--r--installerbuilder/libinstaller/fsengineclient.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/installerbuilder/libinstaller/fsengineclient.cpp b/installerbuilder/libinstaller/fsengineclient.cpp
index 9b322900d..3df09b166 100644
--- a/installerbuilder/libinstaller/fsengineclient.cpp
+++ b/installerbuilder/libinstaller/fsengineclient.cpp
@@ -642,6 +642,12 @@ FSEngineClientHandler::FSEngineClientHandler( quint16 port, const QHostAddress&
Private::instance = this;
}
+void FSEngineClientHandler::enableTestMode()
+{
+ d->key = QLatin1String("testAuthorizationKey");
+ d->serverStarted = true;
+}
+
void FSEngineClientHandler::init( quint16 port, const QHostAddress& a )
{
d->address = a;