diff include/gui/pages/now_playing.h @ 73:f1fc8b04bc63

...: merge heads
author Paper <mrpapersonic@gmail.com>
date Tue, 03 Oct 2023 05:00:08 -0400
parents 27a19dd6cba1
children c489dd4434af
line wrap: on
line diff
--- a/include/gui/pages/now_playing.h	Tue Oct 03 04:58:38 2023 -0400
+++ b/include/gui/pages/now_playing.h	Tue Oct 03 05:00:08 2023 -0400
@@ -11,6 +11,7 @@
 		NowPlayingPage(QWidget* parent = nullptr);
 		void SetDefault();
 		void SetPlaying(int id);
+		int GetPlayingId();
 
 	private:
 		QStackedWidget* stack;