-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(server): use QThreadPool instead of QtConcurrentRun
We don't care about the return value, so just send the icon it via the global thread instance for now. This fixes a clang-tidy check for us as the return value of QtConcurrent::run is marked as nodiscard.
- Loading branch information
Showing
1 changed file
with
8 additions
and
10 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