mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-04 01:42:44 +00:00
Add support for handling playstate commands
This commit is contained in:
parent
7c21eb425d
commit
2a3bd51def
6 changed files with 112 additions and 15 deletions
|
@ -196,6 +196,7 @@ private slots:
|
|||
void onPositionChanged(qint64 position);
|
||||
void onSeekableChanged(bool seekable);
|
||||
void onPlaybackManagerChanged(ViewModel::PlaybackManager *newPlaybackManager);
|
||||
void onSeeked(qint64 newPosition);
|
||||
};
|
||||
|
||||
} // NS FreeDesktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue