Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ CommunicationError
Method
CommunicationError
communication/communicationerror.cpp:26–30 ·
view source on GitHub ↗
Default constructor
Source
from the content-addressed store, hash-verified
24
25
// Default constructor
26
CommunicationError::CommunicationError(QObject *parent) :
27
QObject(parent)
28
{
29
this->reset();
30
}
31
32
33
// Reset the last communication error messages
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected