mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:43:32 +02:00
Minor edit.
This commit is contained in:
parent
0a51ca46e8
commit
ea53b9893c
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ class TestFailure {
|
||||||
public:
|
public:
|
||||||
TestFailure(float error, QString pathname, QString expectedImageFilename, QString actualImageFilename) {
|
TestFailure(float error, QString pathname, QString expectedImageFilename, QString actualImageFilename) {
|
||||||
_error = error;
|
_error = error;
|
||||||
_pathname = pathname;
|
_pathname = pathname;
|
||||||
_expectedImageFilename = expectedImageFilename;
|
_expectedImageFilename = expectedImageFilename;
|
||||||
_actualImageFilename = actualImageFilename;
|
_actualImageFilename = actualImageFilename;
|
||||||
}
|
}
|
||||||
|
|
||||||
double _error;
|
double _error;
|
||||||
|
|
Loading…
Reference in a new issue