msr2data global option handling completed.

This commit is contained in:
2010-06-28 17:26:18 +00:00
parent b99a75d156
commit f12b4a5520
4 changed files with 90 additions and 67 deletions
-11
View File
@@ -245,17 +245,6 @@ void PMsr2DataDialog::fitOnlyChanged(int buttonState)
}
}
//----------------------------------------------------------------------------------------------------
/**
* <p>
*/
void PMsr2DataDialog::globalChanged(int buttonState)
{
if (buttonState == QButton::On) {
fFitOnly_checkBox->setChecked(false);
}
}
//----------------------------------------------------------------------------------------------------
// END
//----------------------------------------------------------------------------------------------------