You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a filter is looking for a specific file extension those comparisons are made against a constant string which is lower case. If the file's extension has a different capitalization then the filter will throw an error.
Most likely we need to throw in a .toLower() for the file extension QString.
The text was updated successfully, but these errors were encountered:
When a filter is looking for a specific file extension those comparisons are made against a constant string which is lower case. If the file's extension has a different capitalization then the filter will throw an error.
Most likely we need to throw in a .toLower() for the file extension QString.
The text was updated successfully, but these errors were encountered: