diff options
author | lat9nq <[email protected]> | 2023-05-03 18:11:34 -0400 |
---|---|---|
committer | lat9nq <[email protected]> | 2023-05-03 18:11:53 -0400 |
commit | a71498d163029c29285e5bef7098f2fe265196fa (patch) | |
tree | 0462218c685321f8a19e092a8eb188dbe8cc2b64 /src/yuzu/qt_common.h | |
parent | 35e7f36a39775c48ba2c8ed6b5a52dcbbe381a19 (diff) | |
download | yuzu-android-a71498d163029c29285e5bef7098f2fe265196fa.tar.gz yuzu-android-a71498d163029c29285e5bef7098f2fe265196fa.zip |
qt_common: Remove yuzu prefix
Diffstat (limited to 'src/yuzu/qt_common.h')
-rw-r--r-- | src/yuzu/qt_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/qt_common.h b/src/yuzu/qt_common.h index b366adee6..9c63f08f3 100644 --- a/src/yuzu/qt_common.h +++ b/src/yuzu/qt_common.h @@ -6,10 +6,10 @@ #include <QWindow> #include "core/frontend/emu_window.h" -namespace YuzuQtCommon { +namespace QtCommon { Core::Frontend::WindowSystemType GetWindowSystemType(); Core::Frontend::EmuWindow::WindowSystemInfo GetWindowSystemInfo(QWindow* window); -} // namespace YuzuQtCommon +} // namespace QtCommon |