We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b780341 commit 00eb167Copy full SHA for 00eb167
generator/main.cpp
@@ -80,7 +80,7 @@ namespace
80
{
81
if (!QDir(*it).exists())
82
83
- qWarning() << "Include path " << it->toUtf8() << "does not exist, ignoring it.";
+ qWarning() << "Include path " << it->toUtf8() << " does not exist, ignoring it.";
84
it = includes.erase(it);
85
}
86
else
0 commit comments