Have timer run and update progressbar to show playing track state.

This commit is contained in:
Kevin Whitaker
2017-02-16 20:30:05 -05:00
parent 53bc31ebb9
commit b101657669
3 changed files with 37 additions and 2 deletions

View File

@@ -59,6 +59,8 @@ public:
void playpauseClicked();
void playpauseUpdated();
void updateDetailsFromServer(AudioTrack track);
void updateProgressFromTimer();
};
#endif // PLAYERINTERFACE_H