refs #428 Use COriginator instead of QString in internal API

This commit is contained in:
Roland Winklmeier
2015-05-24 13:36:20 +02:00
parent 136587f564
commit ee0bfd62fa
61 changed files with 265 additions and 222 deletions

View File

@@ -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;