From 2e67a645c89477d972dc60a962acfa596858c101 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Sun, 26 Jan 2014 17:50:12 -0500 Subject: [PATCH] design updates Signed-off-by: Anna Schumaker --- design/footer.txt | 2 ++ design/playqueue.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/design/footer.txt b/design/footer.txt index 21c55c12..51ca2e75 100644 --- a/design/footer.txt +++ b/design/footer.txt @@ -117,3 +117,5 @@ Future work: - Playqueue and database inherit from common class - "About" dialog - Investigate "Bulk insert" callbacks for performance + - Initialize PQs with multiple flags + - Prefill Song structures in each library :: Track diff --git a/design/playqueue.txt b/design/playqueue.txt index 28b18aa1..8772d3ee 100644 --- a/design/playqueue.txt +++ b/design/playqueue.txt @@ -55,8 +55,8 @@ Playqueue: (lib/playqueue.cpp) void del(playqueue_id); unsigned int size(); - void clear_sort(); void add_sort(sort_t); + void reset_sort(sort_t); unsigned int next(); void reset_cur();