mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #369, fixed / adjusted testing and samples
* changed from qDebug() to QTextStream * setter for voice room * set fake voice room URL, otherwise no nonger displayed in GUI
This commit is contained in:
@@ -56,7 +56,7 @@ int main(int argc, char *argv[])
|
||||
else if (s.startsWith("3")) { CSamplesContainer::samples(); }
|
||||
else if (s.startsWith("4")) { CSamplesMetadata::samples(); }
|
||||
else if (s.startsWith("5")) { CSamplesVariant::samples(); }
|
||||
else if (s.startsWith("6")) { CSamplesPerformance::samples(); }
|
||||
else if (s.startsWith("6")) { CSamplesPerformance::samples(qtout); }
|
||||
else if (s.startsWith("7")) { CSamplesAlgorithm::samples(); }
|
||||
else if (s.startsWith("8")) { CSamplesConcurrent::samples(s, qtout, qtin); }
|
||||
else if (s.startsWith("x")) { break; }
|
||||
|
||||
Reference in New Issue
Block a user