aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCrystalwarrior <Varsash@Gmail.com>2020-07-31 23:11:38 +0300
committerGitHub <noreply@github.com>2020-07-31 15:11:38 -0500
commitbab10ea14ddaf7af7aeeff925b373be1c347d0d7 (patch)
tree74b43afcfe26fd6eb9a83511450184e24d036bca /include
parent56d7fff50044ef72626ac40ccf13da1e34b5f0a1 (diff)
Add "Play Random Song" option (#200)
It also respects the search string, so only visible tracks are chosen from the pool. Categories (i.e. entries with children) are also ignored.
Diffstat (limited to 'include')
-rw-r--r--include/courtroom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 33117586..182c2a68 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -673,6 +673,7 @@ private slots:
void music_fade_out(bool toggle);
void music_fade_in(bool toggle);
void music_synchronize(bool toggle);
+ void music_random();
void music_list_expand_all();
void music_list_collapse_all();
void on_area_list_double_clicked(QTreeWidgetItem *p_item, int column);