Turn almost all Listeners into abstract interfaces
This commit is contained in:
@@ -698,6 +698,10 @@ void ICMPanel::adjusterChanged(Adjuster* a, double newval)
|
||||
}
|
||||
}
|
||||
|
||||
void ICMPanel::adjusterAutoToggled(Adjuster* a, bool newval)
|
||||
{
|
||||
}
|
||||
|
||||
void ICMPanel::wpChanged()
|
||||
{
|
||||
if (listener) {
|
||||
|
||||
Reference in New Issue
Block a user