MCPcopy Create free account
hub / github.com/KDE/kdiff3 / FileAccess

Method FileAccess

test/fakefileaccess.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <QString>
10
11FileAccess::FileAccess(const QString& name, bool bWantToWrite)
12{
13 assert(!bWantToWrite);
14
15 m_name = name;
16}
17
18// FileAccess( const QString& name, bool bWantToWrite=false ); // name: local file or dirname or url (when supported)
19// void setFile( const QString& name, bool bWantToWrite=false );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected