Gravity Flip
|
Inherits QThread.
Public Member Functions | |
BackgroundMusic (int idx) | |
Constructor. More... | |
void | run () |
Executes the exec() function. run is called on starting the thread. | |
void | exec () |
Runs in a loop and restarts song if finished. | |
BackgroundMusic::BackgroundMusic | ( | int | idx = 1 | ) |
Constructor.
idx | used to set the song |