Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
MidiFileDrag::~MidiFileDrag()
13
{
14
if (mTempDirectory.isDirectory()) {
15
mTempDirectory.deleteRecursively();
16
}
17
}
18
19
void MidiFileDrag::resized()
20
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected