[QGIS Commit] r9294 - trunk/qgis/src/plugins/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Sep 10 16:42:24 EDT 2008


Author: telwertowski
Date: 2008-09-10 16:42:24 -0400 (Wed, 10 Sep 2008)
New Revision: 9294

Modified:
   trunk/qgis/src/plugins/grass/qgsgrassnewmapset.cpp
Log:
Add code that should be placed in setupUi by uic but isn't for Qt4.3


Modified: trunk/qgis/src/plugins/grass/qgsgrassnewmapset.cpp
===================================================================
--- trunk/qgis/src/plugins/grass/qgsgrassnewmapset.cpp	2008-09-10 20:26:08 UTC (rev 9293)
+++ trunk/qgis/src/plugins/grass/qgsgrassnewmapset.cpp	2008-09-10 20:42:24 UTC (rev 9294)
@@ -70,6 +70,15 @@
   QgsDebugMsg( "QgsGrassNewMapset()" );
 
   setupUi( this );
+#if QT_VERSION < 0x040400
+  // this is not done by Qt4.3 uic
+  addPage( WizardPage1 );
+  addPage( WizardPage2 );
+  addPage( WizardPage3 );
+  addPage( WizardPage4 );
+  addPage( WizardPage5 );
+  addPage( WizardPage6 );
+#endif
 #ifdef Q_WS_MAC
   setWizardStyle( QWizard::ClassicStyle );
 #endif



More information about the QGIS-commit mailing list