freebsd-ports/www/rekonq/files/patch-src__main.cpp
Max Brazhnikov b3921dcdab Update to 0.7.0 [1]
Remove needless dependency on textproc/docbook-xml

PR:		ports/156184 [1]
Submitted by:	Alexander Pyhalov <alp at sfedu.ru>
2011-04-05 19:08:30 +00:00

11 lines
365 B
C++

--- src/main.cpp 2011-04-03 12:26:13.000000000 +0400
+++ src/main.cpp 2011-04-05 00:05:26.578186110 +0400
@@ -207,7 +207,7 @@
#if defined(Q_WS_X11)
// On X11, the raster engine gives better performance than native.
- QApplication::setGraphicsSystem(QL1S("raster"));
+// QApplication::setGraphicsSystem(QL1S("raster"));
#endif
Application app;