Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ baseName
Function
baseName
src/core/main.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
#include
"SetupDialog.h"
73
74
static inline QString baseName( const QString & file )
75
{
76
return QFileInfo( file ).absolutePath() +
"/"
+
77
QFileInfo( file ).completeBaseName();
78
}
79
80
81
Callers
1
main.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected