Mercurial > hg > svapp
comparison audioio/AudioTargetFactory.h @ 228:67cea66bd588 debug-output
Remove most toStdString calls (no longer needed, with debug header)
author | Chris Cannam |
---|---|
date | Thu, 12 May 2011 17:31:56 +0100 |
parents | d615d0220828 |
children |
comparison
equal
deleted
inserted
replaced
219:85e59c901de9 | 228:67cea66bd588 |
---|---|
16 #ifndef _AUDIO_TARGET_FACTORY_H_ | 16 #ifndef _AUDIO_TARGET_FACTORY_H_ |
17 #define _AUDIO_TARGET_FACTORY_H_ | 17 #define _AUDIO_TARGET_FACTORY_H_ |
18 | 18 |
19 #include <vector> | 19 #include <vector> |
20 #include <QString> | 20 #include <QString> |
21 | |
22 #include "base/Debug.h" | |
21 | 23 |
22 class AudioCallbackPlaySource; | 24 class AudioCallbackPlaySource; |
23 class AudioCallbackPlayTarget; | 25 class AudioCallbackPlayTarget; |
24 | 26 |
25 class AudioTargetFactory | 27 class AudioTargetFactory |