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

@@ -12,6 +12,8 @@
#ifndef BLACKMISCTEST_SAMPLESPERFORMANCEINDEX_H
#define BLACKMISCTEST_SAMPLESPERFORMANCEINDEX_H
#include <QTextStream>
namespace BlackMiscTest
{
//! Samples for our containers
@@ -19,7 +21,7 @@ namespace BlackMiscTest
{
public:
//! Run the samples
static int samples();
static int samples(QTextStream &out);
};
} // namespace