Kill ";;" at end of statement

Change-Id: I177094f19978e07f85e42b34701d8f03cd26665e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Nikolai Kosjar
2013-09-03 18:48:02 +02:00
parent 435ec2ba51
commit 69fc3cf03f
29 changed files with 33 additions and 33 deletions

View File

@@ -183,7 +183,7 @@ bool ProjectIntroPage::validate()
if (projectDirFile.isDir()) {
displayStatusMessage(Warning, tr("The project already exists."));
return nameValid;;
return nameValid;
}
// Not a directory, but something else, likely causing directory creation to fail
displayStatusMessage(Error, tr("A file with that name already exists."));