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