-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
owimageviewer: Open local images directly
Using QNetworkAccessManager to 'retrieve' many local files can lead to temporarily running out of available file descriptors. Presumably this is because the associated open fd is not closed until the QNetworkReply is actually deleted (and not just closed).
- Loading branch information
1 parent
d3c50bd
commit 1dd7873
Showing
1 changed file
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters