[Chinese-commits] [fqterm] 05/34: remove setGraphicsSystem
Boyuan Yang
hosiet-guest at moszumanska.debian.org
Tue Nov 1 06:06:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
hosiet-guest pushed a commit to branch master
in repository fqterm.
commit 493c496420de02b65e21aa8824d629476ca519b3
Author: Iru Cai <mytbk920423 at gmail.com>
Date: Mon Jul 13 15:08:14 2015 +0800
remove setGraphicsSystem
QApplication::setGraphicsSystem is removed in Qt5, and in Qt4 default graphics system is raster,
and it can be configured via command line
---
src/fqterm/main.cpp | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/fqterm/main.cpp b/src/fqterm/main.cpp
index ff984ee..c397870 100644
--- a/src/fqterm/main.cpp
+++ b/src/fqterm/main.cpp
@@ -84,10 +84,6 @@
int main(int argc, char **argv) {
-#if defined(WIN32)
-#else
- QApplication::setGraphicsSystem("raster");
-#endif
FQTerm::FQTermApplication a(argc, argv);
// Set trace categories and level.
FQTerm::setMaxTraceLevel(1);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/fqterm.git
More information about the Chinese-commits
mailing list