Mercurial > hg > svcore
comparison plugin/RealTimePluginFactory.h @ 686:b4a8d8221eaf debug-output
Remove most toStdString calls (no longer needed, with debug header)
author | Chris Cannam |
---|---|
date | Thu, 12 May 2011 17:31:24 +0100 |
parents | dc46851837d6 |
children | a1cd5abcb38b |
comparison
equal
deleted
inserted
replaced
685:99222d4bfc78 | 686:b4a8d8221eaf |
---|---|
22 #ifndef _REALTIME_PLUGIN_FACTORY_H_ | 22 #ifndef _REALTIME_PLUGIN_FACTORY_H_ |
23 #define _REALTIME_PLUGIN_FACTORY_H_ | 23 #define _REALTIME_PLUGIN_FACTORY_H_ |
24 | 24 |
25 #include <QString> | 25 #include <QString> |
26 #include <vector> | 26 #include <vector> |
27 | |
28 #include "base/Debug.h" | |
27 | 29 |
28 class RealTimePluginInstance; | 30 class RealTimePluginInstance; |
29 | 31 |
30 class RealTimePluginDescriptor | 32 class RealTimePluginDescriptor |
31 { | 33 { |