comparison include/gui/pages/now_playing.h @ 69:27a19dd6cba1

*: fix up some stuff settings: due to my own incompetence OnOK caused the entire program to crash, now that's fixed :)
author Paper <mrpapersonic@gmail.com>
date Tue, 03 Oct 2023 03:38:25 -0400
parents fe719c109dbc
children c489dd4434af
comparison
equal deleted inserted replaced
68:2417121d894e 69:27a19dd6cba1
9 9
10 public: 10 public:
11 NowPlayingPage(QWidget* parent = nullptr); 11 NowPlayingPage(QWidget* parent = nullptr);
12 void SetDefault(); 12 void SetDefault();
13 void SetPlaying(int id); 13 void SetPlaying(int id);
14 int GetPlayingId();
14 15
15 private: 16 private:
16 QStackedWidget* stack; 17 QStackedWidget* stack;
17 }; 18 };
18 19