| 160 | QList<QUrl> urls; |
| 161 | |
| 162 | foreach(QString path, fileList) { |
| 163 | QUrl subUrl = QUrl::fromLocalFile(directory.absolutePath() + QDir::separator() + path); |
| 164 | urls.append(subUrl); |
| 165 | } |
| 166 | |
| 167 | loadMultipleDropped(urls); |
| 168 | } |
nothing calls this directly
no outgoing calls
no test coverage detected