diff options
Diffstat (limited to 'src/plugins/Ui/skinned/playlist.h')
| -rw-r--r-- | src/plugins/Ui/skinned/playlist.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/playlist.h b/src/plugins/Ui/skinned/playlist.h index 9835a8e3a..0fd66edac 100644 --- a/src/plugins/Ui/skinned/playlist.h +++ b/src/plugins/Ui/skinned/playlist.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2016 by Ilya Kotov * + * Copyright (C) 2006-2019 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -86,6 +86,8 @@ class PlayList : public QWidget void showPlayLists(); void generateCopySelectedMenu(); void copySelectedMenuActionTriggered(QAction *action); + void onCurrentPlayListChanged(PlayListModel *current, PlayListModel *previous); + void onListChanged(int flags); private: void updatePositions(); |
