[QGIS Commit] r8717 - trunk/qgis/tests/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Jul 6 18:21:56 EDT 2008


Author: timlinux
Date: 2008-07-06 18:21:56 -0400 (Sun, 06 Jul 2008)
New Revision: 8717

Modified:
   trunk/qgis/tests/src/core/testqgsapplication.cpp
Log:
Last tweak for app test to compile & work

Modified: trunk/qgis/tests/src/core/testqgsapplication.cpp
===================================================================
--- trunk/qgis/tests/src/core/testqgsapplication.cpp	2008-07-06 22:15:02 UTC (rev 8716)
+++ trunk/qgis/tests/src/core/testqgsapplication.cpp	2008-07-06 22:21:56 UTC (rev 8717)
@@ -46,7 +46,6 @@
 
 void TestQgsApplication::checkTheme()
 {
-  QgsApplication::setPrefixPath(getQgisPath(), TRUE);
   QString myIconPath = QgsApplication::themePath();
   QPixmap myPixmap;
   myPixmap.load(myIconPath+"/mIconProjectionDisabled.png");



More information about the QGIS-commit mailing list