Mercurial > hg > svgui
comparison view/View.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 | 6b023411087b |
children | 305c129a2c4f |
comparison
equal
deleted
inserted
replaced
204:942cfa1df966 | 205:6969f21da18a |
---|---|
1596 { | 1596 { |
1597 connect(m_v, SIGNAL(propertyChanged(PropertyContainer::PropertyName)), | 1597 connect(m_v, SIGNAL(propertyChanged(PropertyContainer::PropertyName)), |
1598 this, SIGNAL(propertyChanged(PropertyContainer::PropertyName))); | 1598 this, SIGNAL(propertyChanged(PropertyContainer::PropertyName))); |
1599 } | 1599 } |
1600 | 1600 |
1601 #ifdef INCLUDE_MOCFILES | |
1602 #include "View.moc.cpp" | |
1603 #endif | |
1604 |