MCPcopy Create free account
hub / github.com/Vector35/debugger / GetNameForFile

Method GetNameForFile

ui/uinotification.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181
182bool NotificationListener::GetNameForFile(UIContext* context, FileContext* file, QString& name)
183{
184 return false;
185}
186
187
188bool NotificationListener::GetNameForPath(UIContext* context, const QString& path, QString& name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected