mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:48:09 +02:00
Minor typo in comment.
This commit is contained in:
parent
4f8182fc1f
commit
a5666cb9fd
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ void Test::startTestsEvaluation(const bool isRunningFromCommandLine,
|
||||||
_snapshotDirectory = QFileDialog::getExistingDirectory(nullptr, "Please select folder containing the test images", parent,
|
_snapshotDirectory = QFileDialog::getExistingDirectory(nullptr, "Please select folder containing the test images", parent,
|
||||||
QFileDialog::ShowDirsOnly);
|
QFileDialog::ShowDirsOnly);
|
||||||
|
|
||||||
// If user cancelled then restore previous selection and return
|
// If user canceled then restore previous selection and return
|
||||||
if (_snapshotDirectory == "") {
|
if (_snapshotDirectory == "") {
|
||||||
_snapshotDirectory = previousSelection;
|
_snapshotDirectory = previousSelection;
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue