mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Replace deprecated endl with Qt::endl
This commit is contained in:
committed by
Mat Sutcliffe
parent
1e633a5704
commit
9fa3221abc
@@ -27,7 +27,7 @@ namespace BlackMisc
|
||||
if (i > 0) { streamOut << " "; }
|
||||
streamOut << (i + 1) << ") " << directoryOptions.at(i) ;
|
||||
}
|
||||
streamOut << endl;
|
||||
streamOut << Qt::endl;
|
||||
streamOut << "Select [1-" << directoryOptions.size() << "]: ";
|
||||
streamOut.flush();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user