Skip to content
  • Olli Werwolff's avatar
    Fixes: Fixed duplicate check when adding files using the resource editor · 500f2e5d
    Olli Werwolff authored
    Task:     238308
    RevBy:    eike
    AutoTest: -
    Details:  Instead of the text and prefix of the file to add, pointers were compared. Thus the function always returned false and duplicates were not recognized. Replaced struct FileList with a class FileList, which is inherited from QList and added the function containsList which checks the needed values.
    500f2e5d