Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxasm/notepad--
/ DynamicLibraryImpl
Method
DynamicLibraryImpl
src/qscint/src/PlatQt.cpp:888–894 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
886
{
887
public:
888
DynamicLibraryImpl(const char *modulePath)
889
{
890
#if !defined(Q_OS_WASM)
891
m = new QLibrary(modulePath);
892
m->load();
893
#endif
894
}
895
896
virtual ~DynamicLibraryImpl()
897
{
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected