Bug 738416 - SetHighAccuracy method is missing in Qt Location provider. r=dougt

This commit is contained in:
Oleg Romashin 2012-03-22 13:24:51 -07:00
parent 795bf2cbc1
commit ea813f0678

View File

@ -116,3 +116,8 @@ QTMLocationProvider::Shutdown()
return NS_OK;
}
NS_IMETHODIMP
QTMLocationProvider::SetHighAccuracy(bool)
{
return NS_OK;
}