diff options
author | aavit <qt-info@nokia.com> | 2010-09-16 13:33:57 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2010-09-16 13:33:57 (GMT) |
commit | 43a3763e392f05e758085c6b06a5001d9b51aafb (patch) | |
tree | 8fa2a8f489fefd3c5ac6393aff20dd9610aaa4ed /tests/arthur/common | |
parent | 1ac37675969d31fb508d9f46f2e39b0e2b68dc20 (diff) | |
download | Qt-43a3763e392f05e758085c6b06a5001d9b51aafb.zip Qt-43a3763e392f05e758085c6b06a5001d9b51aafb.tar.gz Qt-43a3763e392f05e758085c6b06a5001d9b51aafb.tar.bz2 |
Server generation of HTML mismatch reports added
Diffstat (limited to 'tests/arthur/common')
-rw-r--r-- | tests/arthur/common/baselineprotocol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/arthur/common/baselineprotocol.h b/tests/arthur/common/baselineprotocol.h index 062a99c..6af4f22 100644 --- a/tests/arthur/common/baselineprotocol.h +++ b/tests/arthur/common/baselineprotocol.h @@ -6,6 +6,9 @@ #include <QImage> #include <QVector> +#define QLS QLatin1String +#define QLC QLatin1Char + #define FileFormat "png" struct PlatformInfo |