| 295 | if (mimeData->hasUrls()) { |
| 296 | const QList<QUrl> urlList = mimeData->urls(); |
| 297 | foreach (const QUrl &url, urlList) { |
| 298 | m_segs.append(url.toLocalFile()); |
| 299 | } |
| 300 | } |
| 301 | |
| 302 | e->acceptProposedAction(); |
nothing calls this directly
no outgoing calls
no test coverage detected