Mercurial > hg > piper-cpp
comparison vamp-client/qt/ProcessQtTransport.h @ 152:6ccb195d6de6
Fix some include paths, configure Vamp SDK without host
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 20 Jan 2017 17:52:56 +0000 |
parents | bf8e3e7dd7de |
children | 590b1a1fd955 |
comparison
equal
deleted
inserted
replaced
151:255403a4b321 | 152:6ccb195d6de6 |
---|---|
34 */ | 34 */ |
35 | 35 |
36 #ifndef PIPER_PROCESS_QT_TRANSPORT_H | 36 #ifndef PIPER_PROCESS_QT_TRANSPORT_H |
37 #define PIPER_PROCESS_QT_TRANSPORT_H | 37 #define PIPER_PROCESS_QT_TRANSPORT_H |
38 | 38 |
39 #include "SynchronousTransport.h" | 39 #include "../SynchronousTransport.h" |
40 | 40 |
41 #include <QProcess> | 41 #include <QProcess> |
42 #include <QString> | 42 #include <QString> |
43 #include <QMutex> | 43 #include <QMutex> |
44 #include <QTime> | 44 #include <QTime> |