spelling: subclasses
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
c677f06946
commit
c654415e74
|
@ -85,7 +85,7 @@ public:
|
||||||
//! Get tooltip
|
//! Get tooltip
|
||||||
/*!
|
/*!
|
||||||
Returns the tool tip to display in the task bar. The interface
|
Returns the tool tip to display in the task bar. The interface
|
||||||
to set the tooltip is left to sublclasses. Getting and setting
|
to set the tooltip is left to subclasses. Getting and setting
|
||||||
the icon must be thread safe.
|
the icon must be thread safe.
|
||||||
*/
|
*/
|
||||||
virtual std::string getToolTip() const = 0;
|
virtual std::string getToolTip() const = 0;
|
||||||
|
|
Loading…
Reference in New Issue