diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-05-03 18:11:34 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-05-03 18:11:53 -0400 |
commit | a71498d163029c29285e5bef7098f2fe265196fa (patch) | |
tree | 0462218c685321f8a19e092a8eb188dbe8cc2b64 /src/yuzu/qt_common.cpp | |
parent | 35e7f36a39775c48ba2c8ed6b5a52dcbbe381a19 (diff) |
qt_common: Remove yuzu prefix
Diffstat (limited to 'src/yuzu/qt_common.cpp')
-rw-r--r-- | src/yuzu/qt_common.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/qt_common.cpp b/src/yuzu/qt_common.cpp index 1b533ee40..5ac9fe310 100644 --- a/src/yuzu/qt_common.cpp +++ b/src/yuzu/qt_common.cpp @@ -12,7 +12,7 @@ #include <qpa/qplatformnativeinterface.h> #endif -namespace YuzuQtCommon { +namespace QtCommon { Core::Frontend::WindowSystemType GetWindowSystemType() { // Determine WSI type based on Qt platform. QString platform_name = QGuiApplication::platformName(); @@ -52,4 +52,4 @@ Core::Frontend::EmuWindow::WindowSystemInfo GetWindowSystemInfo(QWindow* window) return wsi; } -} // namespace YuzuQtCommon +} // namespace QtCommon |