Searched refs:experimental_ (Results 1 – 2 of 2) sorted by relevance
90 experimental_(false) in QDeclarativeGeoServiceProvider()151 sharedProvider_->setAllowExperimental(experimental_); in tryAttach()206 QGeoServiceProvider sp(name, parameterMap(), experimental_); in componentComplete()216 QGeoServiceProvider sp(name, parameterMap(), experimental_); in componentComplete()526 return experimental_; in allowExperimental()531 if (experimental_ == allow) in setAllowExperimental()534 experimental_ = allow; in setAllowExperimental()
211 bool experimental_; variable