Searched refs:autoRerouting (Results 1 – 3 of 3) sorted by relevance
318 void QDeclarativeNavigator::setAutomaticReroutingEnabled(bool autoRerouting) in setAutomaticReroutingEnabled() argument321 d_ptr->m_params->m_autoRerouting = autoRerouting; in setAutomaticReroutingEnabled()325 d_ptr->m_navigator->setAutomaticReroutingEnabled(autoRerouting); in setAutomaticReroutingEnabled()326 if (autoRerouting != autoReroutingOld) in setAutomaticReroutingEnabled()
136 void setAutomaticReroutingEnabled(bool autoRerouting);
103 virtual void setAutomaticReroutingEnabled(bool autoRerouting) = 0;