Skip to content

Commit

Permalink
Update generator/main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s authored and usiems committed Apr 18, 2024
1 parent b780341 commit 00eb167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ namespace
{
if (!QDir(*it).exists())
{
qWarning() << "Include path " << it->toUtf8() << "does not exist, ignoring it.";
qWarning() << "Include path " << it->toUtf8() << " does not exist, ignoring it.";
it = includes.erase(it);
}
else
Expand Down

0 comments on commit 00eb167

Please sign in to comment.