Skip to content

Commit 9171f8b

Browse files
author
mhugent
committed
Objectname for undo widget
git-svn-id: http://svn.osgeo.org/qgis/trunk@13211 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ca86306 commit 9171f8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/qgisapp.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent,
399399

400400
// create undo widget
401401
mUndoWidget = new QgsUndoWidget( NULL, mMapCanvas );
402+
mUndoWidget->setObjectName( "Undo" );
402403
addDockWidget( Qt::LeftDockWidgetArea, mUndoWidget );
403404
mUndoWidget->hide();
404405

@@ -5211,6 +5212,7 @@ QMenu* QgisApp::getPluginMenu( QString menuName )
52115212
* present, there is no python separator and the plugin list is at the bottom
52125213
* of the menu.
52135214
*/
5215+
52145216
#ifdef Q_WS_MAC
52155217
// Mac doesn't have '&' keyboard shortcuts.
52165218
// Other platforms ignore the prefix char when comparing strings.

0 commit comments

Comments
 (0)