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

[voicecall] Don't use a sync DBus call #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

giucam
Copy link

@giucam giucam commented Oct 14, 2014

No description provided.

@special
Copy link
Contributor

special commented Nov 17, 2014

Otherwise looks ok at a quick glance

@thp
Copy link
Contributor

thp commented Jan 29, 2015

@giucam Can you fixed the uninitialized variables? After that, we can probably merge.

@giucam
Copy link
Author

giucam commented Apr 8, 2015

@thp Actually, i don't see where it's using unitialized variables.

@@ -20,7 +20,7 @@ class VoiceCallHandlerPrivate
public:
VoiceCallHandlerPrivate(VoiceCallHandler *q, const QString &pHandlerId)
: q_ptr(q), handlerId(pHandlerId), interface(NULL), connected(false)
, duration(0), status(0), emergency(false), multiparty(false), forwarded(false)
, duration(0), status(0), emergency(false), multiparty(false), forwarded(false), initializing(false)
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe with the uninitialized value (which would be default-initialized, anyway, so not really uninitialized) he meant to add explicit initialization here for notifyInitializeError?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants