Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/krusader
/ QFileHack
Method
QFileHack
plugins/iso/qfilehack.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
QFileHack::QFileHack() = default;
11
12
QFileHack::QFileHack(const QString &name)
13
: QFile(name)
14
{
15
}
16
17
QFileHack::~QFileHack() = default;
18
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected