VolcaEM
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/main.h
|
|
@ -222,7 +222,7 @@ private: |
|
|
void UpdateStatusBar(); |
|
|
void UpdateStatusBar(); |
|
|
void HideMouseCursor(); |
|
|
void HideMouseCursor(); |
|
|
void ShowMouseCursor(); |
|
|
void ShowMouseCursor(); |
|
|
void OpenURL(const QString& url_str); |
|
|
|
|
|
|
|
|
void OpenURL(const QUrl& url); |
|
|
|
|
|
|
|
|
Ui::MainWindow ui; |
|
|
Ui::MainWindow ui; |
|
|
|
|
|
|
|
|
|