diff vamp-client/ProcessQtTransport.h @ 108:247d8d533a9c

Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 24 Oct 2016 17:53:33 +0100
parents 8c449824e08d
children d74dfc11927c
line wrap: on
line diff
--- a/vamp-client/ProcessQtTransport.h	Thu Oct 20 18:33:36 2016 +0100
+++ b/vamp-client/ProcessQtTransport.h	Mon Oct 24 17:53:33 2016 +0100
@@ -80,7 +80,7 @@
             qint64 byteCount = m_process->bytesAvailable();
 
 	    if (!byteCount) {
-		std::cerr << "waiting for data from server..." << endl;
+		std::cerr << "waiting for data from server..." << std::endl;
 		m_process->waitForReadyRead(1000);
                 if (m_process->state() == QProcess::NotRunning) {
                     std::cerr << "ERROR: Subprocess exited: Load failed" << std::endl;