MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / ~MidiFileDrag

Method ~MidiFileDrag

NeuralNote/Source/Components/MidiFileDrag.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12MidiFileDrag::~MidiFileDrag()
13{
14 if (mTempDirectory.isDirectory()) {
15 mTempDirectory.deleteRecursively();
16 }
17}
18
19void MidiFileDrag::resized()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected