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