DolphinQt: Handle the Host_UpdateTitle callback.

This commit is contained in:
waddlesplash
2015-09-12 14:00:08 -04:00
parent 7c91669ced
commit f5743f5ee9
6 changed files with 43 additions and 2 deletions

View File

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