MCPcopy Create free account
hub / github.com/KDE/kdevelop / process

Method process

plugins/manpage/manpagedocumentation.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37{
38public:
39 static void process(QString& htmlPage)
40 {
41 static StyleSheetFixer instance;
42 instance.fix(htmlPage);
43 }
44
45private:
46 template <typename Location>

Callers 5

prepareResultMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
setEnvironmentForJobMethod · 0.45
mainFunction · 0.45

Calls 1

fixMethod · 0.80

Tested by 2

mainFunction · 0.36
mainFunction · 0.36