That makes sense to me. Let me ask this: is there ever going to be any circumstance where a path manually entered (either by pasting or typing) into that getOpenFileNames dialog (Add Existing files to epub) might make use of any url whatsoever?
I'm asking in case simply trying to define the returned QString (or in this case loop through all QStrings in the returned QList) as a QUrl and then using QUrl::isValid() to test might be enough?
|