CommonHostInterface: Add a method to get top-level window handle

This commit is contained in:
Connor McLaughlin
2020-12-29 16:29:14 +10:00
parent a894b295b6
commit a3e4c61a0b
7 changed files with 35 additions and 9 deletions

View File

@ -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();