mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Constify, Referencify
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									e62d439bda
								
							
						
					
					
						commit
						9d1117cd6c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1168,7 +1168,7 @@ void MainWindow::initialUiSetup() | |||
| 	show(); | ||||
| } | ||||
| 
 | ||||
| const char *getSetting(QSettings &s, QString name) | ||||
| const char *getSetting(const QSettings &s,const QString& name) | ||||
| { | ||||
| 	QVariant v; | ||||
| 	v = s.value(name); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue