summaryrefslogtreecommitdiffstats
path: root/tests/arthur/baselineserver/src/htmlpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arthur/baselineserver/src/htmlpage.h')
-rw-r--r--tests/arthur/baselineserver/src/htmlpage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/arthur/baselineserver/src/htmlpage.h b/tests/arthur/baselineserver/src/htmlpage.h
index bef6b55..fa4d1ed 100644
--- a/tests/arthur/baselineserver/src/htmlpage.h
+++ b/tests/arthur/baselineserver/src/htmlpage.h
@@ -51,7 +51,7 @@ public:
HTMLPage();
~HTMLPage();
- void start(const QString &storagePath, const QString &runId, const PlatformInfo pinfo, const QString &hostAddress, const ImageItemList &itemList);
+ void start(const QString &storagePath, const QString &runId, const PlatformInfo pinfo, const QString &context, const ImageItemList &itemList);
void addItem(const QString &baseline, const QString &rendered, const ImageItem &item);
void end();
QString filePath();
@@ -69,7 +69,7 @@ private:
QTextStream out;
QString id;
PlatformInfo plat;
- QString address;
+ QString ctx;
ImageItemList imageItems;
bool headerWritten;
};