mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 04:45:47 -04:00
HostInterface: Add a ConfirmMessage() method
This commit is contained in:
@ -24,6 +24,7 @@ public:
|
||||
private Q_SLOTS:
|
||||
void reportError(const QString& message);
|
||||
void reportMessage(const QString& message);
|
||||
bool confirmMessage(const QString& message);
|
||||
void createDisplayWindow(QThread* worker_thread, bool use_debug_device);
|
||||
void destroyDisplayWindow();
|
||||
void setFullscreen(bool fullscreen);
|
||||
|
Reference in New Issue
Block a user