| 180 | |
| 181 | |
| 182 | bool NotificationListener::GetNameForFile(UIContext* context, FileContext* file, QString& name) |
| 183 | { |
| 184 | return false; |
| 185 | } |
| 186 | |
| 187 | |
| 188 | bool NotificationListener::GetNameForPath(UIContext* context, const QString& path, QString& name) |
nothing calls this directly
no outgoing calls
no test coverage detected