MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / RemoteQuery

Method RemoteQuery

filters/remotequery.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25extern Global global;
26
27RemoteQuery::RemoteQuery(QObject *parent) :
28 QObject(parent)
29{
30 this->initDbus();
31 note = NULL;
32 lid = -1;
33}
34
35
36

Callers

nothing calls this directly

Calls 1

initDbusMethod · 0.95

Tested by

no test coverage detected