From 493c496420de02b65e21aa8824d629476ca519b3 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Mon, 13 Jul 2015 15:08:14 +0800 Subject: 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); -- cgit v1.2.3