Mercurial > hg > svgui
comparison widgets/PropertyStack.cpp @ 249:e6d0b097d102 sv1-1.0rc1
* more compile warning fixes
author | Chris Cannam |
---|---|
date | Mon, 30 Apr 2007 14:06:45 +0000 |
parents | 50c0a548d23e |
children | 4ca7562dd246 |
comparison
equal
deleted
inserted
replaced
248:28c8e8e3c537 | 249:e6d0b097d102 |
---|---|
197 } | 197 } |
198 } | 198 } |
199 } | 199 } |
200 | 200 |
201 void | 201 void |
202 PropertyStack::propertyContainerNameChanged(PropertyContainer *pc) | 202 PropertyStack::propertyContainerNameChanged(PropertyContainer *) |
203 { | 203 { |
204 if (sender() != m_client) return; | 204 if (sender() != m_client) return; |
205 repopulate(); | 205 repopulate(); |
206 } | 206 } |
207 | 207 |