qtbase-navive: Avoid build errors caused by replacement of Qt::endl -> endl

Should fix https://github.com/schnitzeltony/meta-qt5-extra/issues/79

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-06-02 21:50:12 +02:00
parent a2426d0b66
commit ec1e162ba6

View File

@@ -30,7 +30,7 @@ index ce4232f3e8..d9003f4508 100644
ts << "/*" << Qt::endl
<< " * This file was generated by " PROGRAMNAME " version " PROGRAMVERSION << Qt::endl
- << " * Command line was: " << commandLine << Qt::endl
+ << " * Command line was: " << strCmdLine << endl
+ << " * Command line was: " << strCmdLine << Qt::endl
<< " *" << Qt::endl
<< " * " PROGRAMNAME " is " PROGRAMCOPYRIGHT << Qt::endl
<< " *" << Qt::endl