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:
Chocobo1
2018-03-15 00:13:47 +08:00
parent ccc91e2e52
commit 37ea01bd44
6 changed files with 29 additions and 26 deletions

View File

@@ -29,7 +29,6 @@
#include "searchwidget.h"
#include <iostream>
#ifdef Q_OS_WIN
#include <cstdlib>
#endif