Add next song to status line

This commit is contained in:
2021-10-03 01:23:25 -05:00
parent 7999cc486f
commit b0eeb81592
5 changed files with 28 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ class MainWindow: public QMainWindow {
private:
OBSClient m_obsClient;
OpenLPClient m_openlpClient;
class SlideView *m_slideView = nullptr;
bool m_openLpConnected = false;
bool m_obsConnected = false;