| 181 | |
| 182 | |
| 183 | QStringList GuiUtil::BrowseForFiles(QString context, QString caption, QString filter, QString defaultPath, QWidget *parentWidget) |
| 184 | { |
| 185 | return BrowseForFileInternal(context, caption, filter, defaultPath, parentWidget, false); |
| 186 | } |
nothing calls this directly
no test coverage detected