From 60989e52b3f3bc0a95d3e61bd8e59fa4d9b7ab83 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 26 Nov 2023 01:10:36 -0500 Subject: The 2 year constipation. (mpris plugin) Probably buggy as hell. --- visualization/renderer/qmppluginapistub.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'visualization/renderer/qmppluginapistub.hpp') diff --git a/visualization/renderer/qmppluginapistub.hpp b/visualization/renderer/qmppluginapistub.hpp index ede08d3..675a306 100644 --- a/visualization/renderer/qmppluginapistub.hpp +++ b/visualization/renderer/qmppluginapistub.hpp @@ -29,9 +29,12 @@ public: bool getChannelMask(int ch); std::string getTitle(); std::wstring getWTitle(); + std::string getFilePath(); + std::wstring getWFilePath(); std::string getChannelPresetString(int ch); bool isDarkTheme(); void *getMainWindow(); + void playbackControl(PlaybackControlCommand cmd, void* data); void discardCurrentEvent(); void commitEventChange(SEvent d); -- cgit v1.2.3