Skip to content

qt: do not provide empty error string in image responses if no texture factory is provided

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/provideerrorstring into master

If a texture factory is not provided (nullptr), the error string should not be an empty string.

Merge request reports