MCPcopy 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

10QFileHack::QFileHack() = default;
11
12QFileHack::QFileHack(const QString &name)
13 : QFile(name)
14{
15}
16
17QFileHack::~QFileHack() = default;
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected