mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	configure_system: Make public slots private
These are only used within this class, so we can make them private to keep their use contained. This also gets rid of the pre-Qt5 'slot' identifier, since Qt 5's connection syntax doesn't require a function to be declared a slot anymore.
This commit is contained in:
		
							parent
							
								
									027197cf1f
								
							
						
					
					
						commit
						452cfb46a9
					
				
					 1 changed files with 4 additions and 5 deletions
				
			
		|  | @ -29,15 +29,14 @@ public: | ||||||
|     void setConfiguration(); |     void setConfiguration(); | ||||||
|     void retranslateUi(); |     void retranslateUi(); | ||||||
| 
 | 
 | ||||||
| public slots: |  | ||||||
|     void updateBirthdayComboBox(int birthmonth_index); |  | ||||||
|     void updateInitTime(int init_clock); |  | ||||||
|     void refreshConsoleID(); |  | ||||||
| 
 |  | ||||||
| private: | private: | ||||||
|     void ReadSystemSettings(); |     void ReadSystemSettings(); | ||||||
|     void ConfigureTime(); |     void ConfigureTime(); | ||||||
| 
 | 
 | ||||||
|  |     void updateBirthdayComboBox(int birthmonth_index); | ||||||
|  |     void updateInitTime(int init_clock); | ||||||
|  |     void refreshConsoleID(); | ||||||
|  | 
 | ||||||
|     std::unique_ptr<Ui::ConfigureSystem> ui; |     std::unique_ptr<Ui::ConfigureSystem> ui; | ||||||
|     bool enabled; |     bool enabled; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue