mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 10:35:47 -04:00
CommonHostInterface: Add a method to get top-level window handle
This commit is contained in:
@ -31,6 +31,9 @@ public:
|
||||
explicit MainWindow(QtHostInterface* host_interface);
|
||||
~MainWindow();
|
||||
|
||||
/// Initializes the window. Call once at startup.
|
||||
void initializeAndShow();
|
||||
|
||||
/// Performs update check if enabled in settings.
|
||||
void startupUpdateCheck();
|
||||
|
||||
|
Reference in New Issue
Block a user