comparison audioio/AudioPortAudioTarget.cpp @ 105:0581d552481d

* remove some debug and some obsolete moc file includes
author Chris Cannam
date Mon, 26 Feb 2007 14:55:08 +0000
parents 77267127a8ce
children f8e362511b2f
comparison
equal deleted inserted replaced
104:efc8b5da414a 105:0581d552481d
240 m_source->setOutputLevels(peakLeft, peakRight); 240 m_source->setOutputLevels(peakLeft, peakRight);
241 241
242 return 0; 242 return 0;
243 } 243 }
244 244
245 #ifdef INCLUDE_MOCFILES
246 #include "AudioPortAudioTarget.moc.cpp"
247 #endif
248
249 #endif /* HAVE_PORTAUDIO */ 245 #endif /* HAVE_PORTAUDIO */
250 246