mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: Handle the Host_UpdateTitle callback.
This commit is contained in:
@ -54,7 +54,8 @@ private slots:
|
||||
void UpdateIcons();
|
||||
|
||||
private:
|
||||
void closeEvent(QCloseEvent* ce);
|
||||
bool event(QEvent* e) override;
|
||||
void closeEvent(QCloseEvent* ce) override;
|
||||
std::unique_ptr<Ui::DMainWindow> m_ui;
|
||||
DGameTracker* m_game_tracker;
|
||||
|
||||
|
Reference in New Issue
Block a user