Mercurial > hg > svgui
comparison view/ViewManager.cpp @ 248:28c8e8e3c537
* Fix many compile warnings, remove some debug output
author | Chris Cannam |
---|---|
date | Mon, 30 Apr 2007 13:36:23 +0000 |
parents | 9465b5375235 |
children | 1a49bd0d8375 |
comparison
equal
deleted
inserted
replaced
247:0e9f59f991aa | 248:28c8e8e3c537 |
---|---|
289 } | 289 } |
290 m_playSource = source; | 290 m_playSource = source; |
291 } | 291 } |
292 | 292 |
293 void | 293 void |
294 ViewManager::playStatusChanged(bool playing) | 294 ViewManager::playStatusChanged(bool /* playing */) |
295 { | 295 { |
296 checkPlayStatus(); | 296 checkPlayStatus(); |
297 } | 297 } |
298 | 298 |
299 void | 299 void |