comparison widgets/AudioDial.cpp @ 205:6969f21da18a

* remove some debug and some obsolete moc file includes
author Chris Cannam
date Mon, 26 Feb 2007 14:55:08 +0000
parents 53835534a9d3
children e554ab9a4408
comparison
equal deleted inserted replaced
204:942cfa1df966 205:6969f21da18a
535 { 535 {
536 QDial::enterEvent(e); 536 QDial::enterEvent(e);
537 emit mouseLeft(); 537 emit mouseLeft();
538 } 538 }
539 539
540 #ifdef INCLUDE_MOCFILES
541 #include "AudioDial.moc.cpp"
542 #endif
543