mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Silence warnings in mainwindow.cpp
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									8d19a6ae16
								
							
						
					
					
						commit
						071e6dbd6f
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
					@ -250,7 +250,7 @@ MainWindow::MainWindow() : QMainWindow(),
 | 
				
			||||||
	set_git_update_cb(&updateProgress);
 | 
						set_git_update_cb(&updateProgress);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Toolbar Connections related to the Profile Update
 | 
						// Toolbar Connections related to the Profile Update
 | 
				
			||||||
	SettingsObjectWrapper *sWrapper = SettingsObjectWrapper::instance();  sWrapper->techDetails;
 | 
						SettingsObjectWrapper *sWrapper = SettingsObjectWrapper::instance();
 | 
				
			||||||
	connect(ui.profCalcAllTissues, &QAction::triggered, sWrapper->techDetails, &TechnicalDetailsSettings::setCalcalltissues);
 | 
						connect(ui.profCalcAllTissues, &QAction::triggered, sWrapper->techDetails, &TechnicalDetailsSettings::setCalcalltissues);
 | 
				
			||||||
	connect(ui.profCalcCeiling,    &QAction::triggered, sWrapper->techDetails, &TechnicalDetailsSettings::setCalcceiling);
 | 
						connect(ui.profCalcCeiling,    &QAction::triggered, sWrapper->techDetails, &TechnicalDetailsSettings::setCalcceiling);
 | 
				
			||||||
	connect(ui.profDcCeiling,      &QAction::triggered, sWrapper->techDetails, &TechnicalDetailsSettings::setDCceiling);
 | 
						connect(ui.profDcCeiling,      &QAction::triggered, sWrapper->techDetails, &TechnicalDetailsSettings::setDCceiling);
 | 
				
			||||||
| 
						 | 
					@ -1300,8 +1300,6 @@ void MainWindow::readSettings()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	static bool firstRun = true;
 | 
						static bool firstRun = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	SettingsObjectWrapper *settings = SettingsObjectWrapper::instance();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	QSettings s; //WARNING: Why those prefs are not on the prefs struct?
 | 
						QSettings s; //WARNING: Why those prefs are not on the prefs struct?
 | 
				
			||||||
	s.beginGroup("DiveComputer");
 | 
						s.beginGroup("DiveComputer");
 | 
				
			||||||
	default_dive_computer_vendor = getSetting(s, "dive_computer_vendor");
 | 
						default_dive_computer_vendor = getSetting(s, "dive_computer_vendor");
 | 
				
			||||||
| 
						 | 
					@ -1853,7 +1851,6 @@ void MainWindow::editCurrentDive()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void MainWindow::turnOffNdlTts()
 | 
					void MainWindow::turnOffNdlTts()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	const bool triggered = false;
 | 
					 | 
				
			||||||
	SettingsObjectWrapper::instance()->techDetails->setCalcndltts(false);
 | 
						SettingsObjectWrapper::instance()->techDetails->setCalcndltts(false);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue