mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-06 01:06:31 +08:00
Replace deprecated endl with Qt::endl
This commit is contained in:
committed by
Mat Sutcliffe
parent
1e633a5704
commit
9fa3221abc
@@ -26,7 +26,7 @@ namespace BlackSample
|
||||
BlackMisc::displayAllUserMetatypesTypes(cout);
|
||||
|
||||
cin.readLine();
|
||||
cout << "------- Enter --------" << endl;
|
||||
cout << "------- Enter --------" << Qt::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user