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

Function makeQPointer

kdevplatform/shell/tests/test_ktexteditorpluginintegration.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace {
29template<typename T>
30QPointer<T> makeQPointer(T *ptr)
31{
32 return {ptr};
33}
34
35IToolViewFactory *findToolView(const QString &id)
36{

Callers 4

cleanupTestCaseMethod · 0.85
testMainWindowMethod · 0.85
testPluginMethod · 0.85
testPluginUnloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected