Mercurial > hg > svgui
comparison widgets/PropertyStack.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 | 6e59a60139b7 |
comparison
equal
deleted
inserted
replaced
204:942cfa1df966 | 205:6969f21da18a |
---|---|
215 PropertyStack::activeTabClicked() | 215 PropertyStack::activeTabClicked() |
216 { | 216 { |
217 emit viewSelected(m_client); | 217 emit viewSelected(m_client); |
218 } | 218 } |
219 | 219 |
220 #ifdef INCLUDE_MOCFILES | |
221 #include "PropertyStack.moc.cpp" | |
222 #endif | |
223 |