mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Replace deprecated endl with Qt::endl
This commit is contained in:
committed by
Mat Sutcliffe
parent
1e633a5704
commit
9fa3221abc
@@ -57,8 +57,8 @@ void CLineReader::run()
|
||||
else
|
||||
{
|
||||
QTextStream qtout(stdout);
|
||||
qtout << "Invalid command." << endl;
|
||||
qtout << "Usage: <lat> <lon>" << endl;
|
||||
qtout << "Invalid command." << Qt::endl;
|
||||
qtout << "Usage: <lat> <lon>" << Qt::endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user