| 131 | |
| 132 | |
| 133 | QStringList GuiUtil::BrowseForFiles(QString context, QString caption, QString filter, QString defaultPath, QWidget *parentWidget) |
| 134 | { |
| 135 | return BrowseForFileInternal(context, caption, filter, defaultPath, parentWidget, false); |
| 136 | } |
nothing calls this directly
no test coverage detected