Skip to content
  • Martin Flöser's avatar
    Add virtual AbstractClient::updateTabGroupStates(TabGroup::States) · c5787206
    Martin Flöser authored
    Method added so that we can call into TabGroup::updateStates from code
    in AbstractClient. Default implementation does nothing, implementation
    in Client performs the actuall call.
    
    As a first case added to Client::move in order to be able to move the
    implementation to AbstractClient.
    c5787206