mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	citra_qt: Reorganize headers
This commit is contained in:
		
							parent
							
								
									abc34ddb88
								
							
						
					
					
						commit
						abe5bb4019
					
				
					 24 changed files with 81 additions and 100 deletions
				
			
		|  | @ -33,8 +33,8 @@ | |||
| #include <QLineEdit> | ||||
| #include <QRegExpValidator> | ||||
| 
 | ||||
| #include "citra_qt/util/spinbox.h" | ||||
| #include "common/assert.h" | ||||
| #include "spinbox.h" | ||||
| 
 | ||||
| CSpinBox::CSpinBox(QWidget* parent) : QAbstractSpinBox(parent), min_value(-100), max_value(100), value(0), base(10), num_digits(0) | ||||
| { | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ | |||
| // Licensed under GPLv2 or any later version
 | ||||
| // Refer to the license.txt file included.
 | ||||
| 
 | ||||
| #include "util.h" | ||||
| #include "citra_qt/util/util.h" | ||||
| 
 | ||||
| QFont GetMonospaceFont() { | ||||
|     QFont font("monospace"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue