diff options
| author | 2020-06-25 23:28:38 +0200 | |
|---|---|---|
| committer | 2020-06-25 23:28:38 +0200 | |
| commit | 5c6adea222fca7aeab8b0e418b0afc8fa2cab042 (patch) | |
| tree | 6b53f4ae564d13c77b3305af84e84cda7b5686b3 /src | |
| parent | Fix formatting (diff) | |
| download | yuzu-5c6adea222fca7aeab8b0e418b0afc8fa2cab042.tar.gz yuzu-5c6adea222fca7aeab8b0e418b0afc8fa2cab042.tar.xz yuzu-5c6adea222fca7aeab8b0e418b0afc8fa2cab042.zip | |
Use QUrl (1/2)
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 9500bdbba..94d3dd7f6 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h | |||
| @@ -222,7 +222,7 @@ private: | |||
| 222 | void UpdateStatusBar(); | 222 | void UpdateStatusBar(); |
| 223 | void HideMouseCursor(); | 223 | void HideMouseCursor(); |
| 224 | void ShowMouseCursor(); | 224 | void ShowMouseCursor(); |
| 225 | void OpenURL(const QString& url_str); | 225 | void OpenURL(const QUrl& url); |
| 226 | 226 | ||
| 227 | Ui::MainWindow ui; | 227 | Ui::MainWindow ui; |
| 228 | 228 | ||