mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #4831 from wwylele/multiplayer-Wreorder
citra_qt/multiplayer: silent Wreorder warnings
This commit is contained in:
		
						commit
						6b916a22c2
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		|  | @ -49,10 +49,10 @@ private: | |||
|     void Host(); | ||||
|     std::unique_ptr<Network::VerifyUser::Backend> CreateVerifyBackend(bool use_validation) const; | ||||
| 
 | ||||
|     std::unique_ptr<Ui::HostRoom> ui; | ||||
|     std::weak_ptr<Core::AnnounceMultiplayerSession> announce_multiplayer_session; | ||||
|     QStandardItemModel* game_list; | ||||
|     ComboBoxProxyModel* proxy; | ||||
|     std::unique_ptr<Ui::HostRoom> ui; | ||||
|     Validation validation; | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
|  | @ -81,13 +81,14 @@ private: | |||
|      */ | ||||
|     QString PasswordPrompt(); | ||||
| 
 | ||||
|     std::unique_ptr<Ui::Lobby> ui; | ||||
| 
 | ||||
|     QStandardItemModel* model{}; | ||||
|     QStandardItemModel* game_list{}; | ||||
|     LobbyFilterProxyModel* proxy{}; | ||||
| 
 | ||||
|     QFutureWatcher<AnnounceMultiplayerRoom::RoomList> room_list_watcher; | ||||
|     std::weak_ptr<Core::AnnounceMultiplayerSession> announce_multiplayer_session; | ||||
|     std::unique_ptr<Ui::Lobby> ui; | ||||
|     QFutureWatcher<void>* watcher; | ||||
|     Validation validation; | ||||
| }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue