Fixed output of PQ null values

This commit is contained in:
Klaus Basan
2017-01-26 01:14:58 +01:00
committed by Mathew Sutcliffe
parent 1522c8175e
commit e49f9c2b38
3 changed files with 14 additions and 9 deletions

View File

@@ -28,9 +28,10 @@ using namespace BlackCore;
//! main
int main(int argc, char *argv[])
{
QCoreApplication(argc, argv);
QCoreApplication qa(argc, argv);
CApplication a;
Q_UNUSED(a);
Q_UNUSED(qa);
QTextStream out(stdout, QIODevice::WriteOnly);
CSamplesPhysicalQuantities::samples(out);