Separator used to separate search paths.
| 193 | |
| 194 | ///Separator used to separate search paths. |
| 195 | inline QString pathsSeparator() { return (QStringLiteral(";")); } |
| 196 | |
| 197 | ///Returns the chosen directories or files (only the top directories, not subfiles) |
| 198 | QList<QUrl> getDirectoryChoice(const QString& text) |
no outgoing calls
no test coverage detected