Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[connectiocontext] Add prefered property #7

Closed
wants to merge 1 commit into from

Conversation

neochapay
Copy link
Contributor

No description provided.

@@ -149,6 +151,11 @@ bool QOfonoConnectionContext::active() const
return getBool("Active");
}

bool QOfonoConnectionContext::preferred() const
{
return getBool("Prefered");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an 'r' missing, I think.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@monich
Copy link
Member

monich commented Mar 24, 2022

We don't have such a property and probably never will. It doesn't make sense since we only have one context of each type.

@pvuorela
Copy link
Contributor

By the discussion doesn't sound like this is moving forward.

@pvuorela pvuorela closed this Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants