Explorar o código

Address review comment by Lioncash

Co-authored-by: LC <mathew1800@gmail.com>
VolcaEM %!s(int64=6) %!d(string=hai) anos
pai
achega
606e833d26
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/yuzu/main.cpp

+ 1 - 1
src/yuzu/main.cpp

@@ -1800,7 +1800,7 @@ void GMainWindow::OnMenuReportCompatibility() {
 }
 
 void GMainWindow::OnSwitchModsPage() {
-    const std::string mods_page_url = "https://github.com/yuzu-emu/yuzu/wiki/Switch-Mods";
+    const auto mods_page_url = QStringLiteral("https://github.com/yuzu-emu/yuzu/wiki/Switch-Mods");
     const QString mods_page_url_qs = QString::fromStdString(mods_page_url);
     const QUrl mods_page(mods_page_url_qs);
     const bool open = QDesktopServices::openUrl(mods_page);