mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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,
|
||||
QFileDialog::ShowDirsOnly);
|
||||
|
||||
// If user cancelled then restore previous selection and return
|
||||
// If user canceled then restore previous selection and return
|
||||
if (_snapshotDirectory == "") {
|
||||
_snapshotDirectory = previousSelection;
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue