[QGIS Commit] r13211 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Mar 31 09:51:54 EDT 2010


Author: mhugent
Date: 2010-03-31 09:51:53 -0400 (Wed, 31 Mar 2010)
New Revision: 13211

Modified:
   trunk/qgis/src/app/qgisapp.cpp
Log:
Objectname for undo widget

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2010-03-31 13:42:12 UTC (rev 13210)
+++ trunk/qgis/src/app/qgisapp.cpp	2010-03-31 13:51:53 UTC (rev 13211)
@@ -399,6 +399,7 @@
 
   // create undo widget
   mUndoWidget = new QgsUndoWidget( NULL, mMapCanvas );
+  mUndoWidget->setObjectName( "Undo" );
   addDockWidget( Qt::LeftDockWidgetArea, mUndoWidget );
   mUndoWidget->hide();
 
@@ -5211,6 +5212,7 @@
    * present, there is no python separator and the plugin list is at the bottom
    * of the menu.
    */
+
 #ifdef Q_WS_MAC
   // Mac doesn't have '&' keyboard shortcuts.
   // Other platforms ignore the prefix char when comparing strings.



More information about the QGIS-commit mailing list