mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #428 Use COriginator instead of QString in internal API
This commit is contained in:
@@ -135,7 +135,7 @@ namespace BlackMiscTest
|
||||
else if (line.startsWith("."))
|
||||
{
|
||||
// handle dot commands
|
||||
bool c = runtime->parseCommandLine(line, "foo");
|
||||
bool c = runtime->parseCommandLine(line, COriginator("foo"));
|
||||
if (c) { qtout << "Handled command " << line; }
|
||||
else { qtout << "Not handled " << line; }
|
||||
qtout << endl;
|
||||
|
||||
Reference in New Issue
Block a user