Make it compile against last qt5.15 without deprecated method. endl is namespaced

wilder
Laurent Montel 6 years ago
parent 9941a691b7
commit ff6db7aee7
  1. 2
      src/kconfig_compiler/KConfigCodeGeneratorBase.cpp

@ -209,7 +209,7 @@ void KConfigCodeGeneratorBase::memberImmutableBody(const CfgEntry *e, bool globa
} else {
stream() << n << "\" )";
}
stream() << " );" << endl;
stream() << " );\n";
}
void KConfigCodeGeneratorBase::createIfSetLogic(const CfgEntry *e, const QString &varExpression)

Loading…
Cancel
Save