diff options
author | bunnei <bunneidev@gmail.com> | 2019-05-17 15:42:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-17 15:42:43 -0400 |
commit | fb85d5670d54e526035d83f66f7689eebda73be2 (patch) | |
tree | af0f83b61fb1d89485582d041a3ee42607132713 /src/yuzu/main.h | |
parent | 6f1720a5b713648f7f05dca22726a21d8bf65d78 (diff) | |
parent | d9559448690bdffef0f9930a25f064d5f3c59e12 (diff) |
Merge pull request #2457 from lioncash/about
yuzu/{about_dialog, main}: Specify string conversions explicitly for SCM-related info
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index fb2a193cb..7bf82e665 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -209,6 +209,7 @@ private slots: private: std::optional<u64> SelectRomFSDumpTarget(const FileSys::ContentProvider&, u64 program_id); + void UpdateWindowTitle(const QString& title_name = {}); void UpdateStatusBar(); Ui::MainWindow ui; |