mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Replace deprecated endl with Qt::endl
This commit is contained in:
committed by
Mat Sutcliffe
parent
1e633a5704
commit
9fa3221abc
@@ -35,8 +35,8 @@ namespace BlackSample
|
||||
BlackMisc::registerMetadata();
|
||||
QScopedPointer<CVPilotRulesReader> vPilotReader(new CVPilotRulesReader());
|
||||
bool s = vPilotReader->read(false);
|
||||
streamOut << "Read success: " << BlackMisc::boolToYesNo(s) << endl;
|
||||
streamOut << "Read " << vPilotReader->countRulesLoaded() << " rules from " << vPilotReader->countFilesLoaded() << " files" << endl;
|
||||
streamOut << "Read success: " << BlackMisc::boolToYesNo(s) << Qt::endl;
|
||||
streamOut << "Read " << vPilotReader->countRulesLoaded() << " rules from " << vPilotReader->countFilesLoaded() << " files" << Qt::endl;
|
||||
streamOut << "Distributors: " << vPilotReader->getRules().getSortedDistributors().join(", ");
|
||||
|
||||
Q_UNUSED(streamIn);
|
||||
|
||||
Reference in New Issue
Block a user