mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05: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