Skip to content
Snippets Groups Projects
Commit da94d3e2 authored by Fabrice Weinberg's avatar Fabrice Weinberg
Browse files

Clarify enableAllIndicators/enableIndicator. Fixes #96

parent fcf7e115
No related branches found
No related tags found
No related merge requests found
...@@ -274,14 +274,14 @@ void enableIndicator(); ...@@ -274,14 +274,14 @@ void enableIndicator();
void disableIndicator(); void disableIndicator();
/** /**
* Enable drawing of indicators * Enable drawing of all indicators.
*/ */
void enableAllIndicator(); void enableAllIndicators();
/** /**
* Disable drawing of indicators. * Disable drawing of all indicators.
*/ */
void disableAllIndicator(); void disableAllIndicators();
/** /**
* Set the position of the indicator bar. * Set the position of the indicator bar.
......
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