diff options
| author | 2020-06-25 23:07:58 +0200 | |
|---|---|---|
| committer | 2020-06-25 23:07:58 +0200 | |
| commit | 5f6e44552a65421f88dc79133aa8fa1d202ab7ff (patch) | |
| tree | 05e8dd42c3fcd7421f5f921909cc24d9f2d4c498 | |
| parent | Add "Open Quickstart Guide" and "FAQ" buttons to the Help menu (diff) | |
| download | yuzu-5f6e44552a65421f88dc79133aa8fa1d202ab7ff.tar.gz yuzu-5f6e44552a65421f88dc79133aa8fa1d202ab7ff.tar.xz yuzu-5f6e44552a65421f88dc79133aa8fa1d202ab7ff.zip | |
Fix typo
| -rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index ecafbfb00..e454347d9 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -1801,7 +1801,7 @@ void GMainWindow::OnMenuReportCompatibility() { | |||
| 1801 | } | 1801 | } |
| 1802 | } | 1802 | } |
| 1803 | 1803 | ||
| 1804 | void GMainWindow::OpenURL(QString const& url_str) { | 1804 | void GMainWindow::OpenURL(const QString& url_str) { |
| 1805 | 1805 | ||
| 1806 | const QUrl url{url_str}; | 1806 | const QUrl url{url_str}; |
| 1807 | const bool open = QDesktopServices::openUrl(url); | 1807 | const bool open = QDesktopServices::openUrl(url); |