mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 03:25:46 -04:00
Qt: Hook up HostInterface::Report{Error,Message}
This commit is contained in:
@ -21,6 +21,8 @@ public:
|
||||
~MainWindow();
|
||||
|
||||
private Q_SLOTS:
|
||||
void reportError(QString message);
|
||||
void reportMessage(QString message);
|
||||
void onEmulationStarting();
|
||||
void onEmulationStarted();
|
||||
void onEmulationStopped();
|
||||
|
Reference in New Issue
Block a user