Skip to content
Snippets Groups Projects
Commit 699af2f4 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

fix typo

parent b891afbe
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ static int evaluate(const QString &fileName, const QString &in_pwd, const QStrin
if (info.isDir())
info.setFile(QString::fromLatin1("%1/%2.pro").arg(info.filePath(), info.fileName()));
if (!info.exists()) {
qDebug() << "Could not find find sub dir" << info.filePath();
qDebug() << "Could not find sub dir" << info.filePath();
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment