mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Corrected comment.
This commit is contained in:
parent
991beeab19
commit
c4182a8146
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ void Test::includeTest(QTextStream& textStream, const QString& testPathname) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Test::createTests() {
|
void Test::createTests() {
|
||||||
// Rename files sequentially, as ExpectedResult_00000.jpeg, ExpectedResult_00001.jpg and so on
|
// Rename files sequentially, as ExpectedResult_00000.png, ExpectedResult_00001.png and so on
|
||||||
// Any existing expected result images will be deleted
|
// Any existing expected result images will be deleted
|
||||||
QString previousSelection = _snapshotDirectory;
|
QString previousSelection = _snapshotDirectory;
|
||||||
QString parent = previousSelection.left(previousSelection.lastIndexOf('/'));
|
QString parent = previousSelection.left(previousSelection.lastIndexOf('/'));
|
||||||
|
|
Loading…
Reference in a new issue