mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-05 00:44:40 +08:00
Replace deprecated endl with Qt::endl
This commit is contained in:
committed by
Mat Sutcliffe
parent
1e633a5704
commit
9fa3221abc
@@ -20,9 +20,9 @@ namespace BlackSample
|
||||
int CSamplesFile::samples(QTextStream &out)
|
||||
{
|
||||
const QString dir = "R:/temp";
|
||||
out << "Testing directory search " << dir << endl;
|
||||
out << "Testing directory search " << dir << Qt::endl;
|
||||
const bool f = CDirectoryUtils::containsFileInDir(dir, "*.air", true);
|
||||
out << "Found " << boolToYesNo(f) << endl;
|
||||
out << "Found " << boolToYesNo(f) << Qt::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user