Skip to content

Conversation

@jcollonville
Copy link

CuteIPCInterface will now emit a disconnected signal when the connection is lost. Useful for trying to reconnect automaticaly.


bool CuteIPCInterface::isConnected() {
Q_D(CuteIPCInterface);
d->q_ptr = this;
Copy link
Member

Choose a reason for hiding this comment

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

q_ptr is set in CuteIPCInterface constructor (CuteIPCInterface.cpp:299). Why duplicate it here?

m_socket(socket),
m_nextBlockSize(0)
{

Copy link
Member

Choose a reason for hiding this comment

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

Unnecessary new line at the beginning of method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants