mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 23:32:55 +00:00
Use QUrl (1/2)
This commit is contained in:
parent
04497d9e4a
commit
5c6adea222
|
@ -222,7 +222,7 @@ private:
|
|||
void UpdateStatusBar();
|
||||
void HideMouseCursor();
|
||||
void ShowMouseCursor();
|
||||
void OpenURL(const QString& url_str);
|
||||
void OpenURL(const QUrl& url);
|
||||
|
||||
Ui::MainWindow ui;
|
||||
|
||||
|
|
Loading…
Reference in a new issue