Skip to content
Snippets Groups Projects
Commit 6ba3521b authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

WRG: change variable name

parent 882c95aa
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ public:
/**
*/
void SetGrayscaleActivated( bool activated );
void SetGrayscaleActivated( bool isGrayscale );
//
// QwtPlotPicker methods.
......
......@@ -169,9 +169,9 @@ HistogramPlotPicker
/*******************************************************************************/
void
HistogramPlotPicker
::SetGrayscaleActivated( bool activated )
::SetGrayscaleActivated( bool isGrayscale )
{
m_IsGrayscaleActivated = activated;
m_IsGrayscaleActivated = isGrayscale;
}
/*******************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment