UMLComputerGraphics / GraphicsProject

UML Graphics 2 Final Project 2013
7 stars 1 forks source link

QT music pause button #88

Closed InspectorConstructor closed 11 years ago

InspectorConstructor commented 11 years ago

If y'all feel like it, a pause button for the sound might be nice.

the callback you want is MONOLITH::slotPauseMusic(bool) where true=paused and false=unpaused

zmaybury commented 11 years ago

Encountering an error probably related to this:

Classes/MONOLITH.cpp:283:5: error: use of undeclared identifier 'ERRCHECK' ERRCHECK(this->radio->setPaused(isPaused));

InspectorConstructor commented 11 years ago

sorry another -10 for me

someone fixed it and it's implemented the original feature