mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-24 01:08:06 -06:00
Use lightweight printf instead of iostream
Using iostream usually adds a lot of other operators (<<, endl), whereas *printf takes only 1 function call. Also use qUtf8Printable whenever possible.
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
|
||||
#include "searchwidget.h"
|
||||
|
||||
#include <iostream>
|
||||
#ifdef Q_OS_WIN
|
||||
#include <cstdlib>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user