mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +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:
|
||||
TestFailure(float error, QString pathname, QString expectedImageFilename, QString actualImageFilename) {
|
||||
_error = error;
|
||||
_pathname = pathname;
|
||||
_expectedImageFilename = expectedImageFilename;
|
||||
_actualImageFilename = actualImageFilename;
|
||||
_pathname = pathname;
|
||||
_expectedImageFilename = expectedImageFilename;
|
||||
_actualImageFilename = actualImageFilename;
|
||||
}
|
||||
|
||||
double _error;
|
||||
|
|
Loading…
Reference in a new issue