Skip to content
Snippets Groups Projects
Commit 500f2e5d authored by Olli Werwolff's avatar Olli Werwolff
Browse files

Fixes: Fixed duplicate check when adding files using the resource editor

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.
parent 2932203a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment