mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-08 02:25:37 +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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user