mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-11-04 00:03:43 +00:00 
			
		
		
		
	yuzu/configuration/configure_input_player: Forward declare types where applicable
Allows removing the inclusion of the main input common header from the UI config header.
This commit is contained in:
		
							parent
							
								
									609e98bc63
								
							
						
					
					
						commit
						faf69a22d4
					
				@ -7,6 +7,7 @@
 | 
				
			|||||||
#include <utility>
 | 
					#include <utility>
 | 
				
			||||||
#include <QColorDialog>
 | 
					#include <QColorDialog>
 | 
				
			||||||
#include <QGridLayout>
 | 
					#include <QGridLayout>
 | 
				
			||||||
 | 
					#include <QKeyEvent>
 | 
				
			||||||
#include <QMenu>
 | 
					#include <QMenu>
 | 
				
			||||||
#include <QMessageBox>
 | 
					#include <QMessageBox>
 | 
				
			||||||
#include <QTimer>
 | 
					#include <QTimer>
 | 
				
			||||||
 | 
				
			|||||||
@ -11,17 +11,21 @@
 | 
				
			|||||||
#include <string>
 | 
					#include <string>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <QDialog>
 | 
					#include <QDialog>
 | 
				
			||||||
#include <QKeyEvent>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "common/param_package.h"
 | 
					#include "common/param_package.h"
 | 
				
			||||||
#include "core/settings.h"
 | 
					#include "core/settings.h"
 | 
				
			||||||
#include "input_common/main.h"
 | 
					 | 
				
			||||||
#include "ui_configure_input.h"
 | 
					#include "ui_configure_input.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					class QKeyEvent;
 | 
				
			||||||
class QPushButton;
 | 
					class QPushButton;
 | 
				
			||||||
class QString;
 | 
					class QString;
 | 
				
			||||||
class QTimer;
 | 
					class QTimer;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					namespace InputCommon::Polling {
 | 
				
			||||||
 | 
					class DevicePoller;
 | 
				
			||||||
 | 
					enum class DeviceType;
 | 
				
			||||||
 | 
					} // namespace InputCommon::Polling
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Ui {
 | 
					namespace Ui {
 | 
				
			||||||
class ConfigureInputPlayer;
 | 
					class ConfigureInputPlayer;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user