MCPcopy Create free account
hub / github.com/KDE/kdiff3 / SERVER

Method SERVER

diff_ext_for_kdiff3/server.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166SERVER::SERVER() : _reference_count(0)
167{
168 m_registryBaseName = TEXT("Software\\KDE e.V.\\KDiff3\\diff-ext");
169 m_pRecentFiles = nullptr;
170 m_pLogFile = nullptr;
171}
172
173void SERVER::initLogging()
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected