mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #361, own reader to fix unbalanced " issue
* some functions renamed * move some code from .h to .cpp * adjusted samples
This commit is contained in:
@@ -37,7 +37,7 @@ namespace BlackSimTest
|
||||
return 0;
|
||||
}
|
||||
|
||||
streamOut << "start reading" << endl;
|
||||
streamOut << "start reading, press RETURN" << endl;
|
||||
QString input = streamIn.readLine();
|
||||
Q_UNUSED(input);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user