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:
Klaus Basan
2015-02-11 02:32:40 +01:00
parent 9fcc5674d6
commit 1da3f58fec
6 changed files with 36 additions and 30 deletions

View File

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