Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
namespace {
29
template<typename T>
30
QPointer<T> makeQPointer(T *ptr)
31
{
32
return {ptr};
33
}
34
35
IToolViewFactory *findToolView(const QString &id)
36
{
Callers
4
cleanupTestCase
Method · 0.85
testMainWindow
Method · 0.85
testPlugin
Method · 0.85
testPluginUnload
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected