Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix compile error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10733 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 4, 2009
1 parent d4e52df commit 7a1b4b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsshortcutsmanager.cpp
Expand Up @@ -50,6 +50,7 @@ bool QgsShortcutsManager::registerAction( QAction* action, QString defaultShortc
bool QgsShortcutsManager::unregisterAction( QAction* action )
{
mActions.remove( action );
return true;
}

QList<QAction*> QgsShortcutsManager::listActions()
Expand All @@ -75,6 +76,7 @@ bool QgsShortcutsManager::setActionShortcut( QAction* action, QString shortcut )
// save to settings
QSettings settings;
settings.setValue("/shortcuts/"+actionText, shortcut );
return true;
}

QAction* QgsShortcutsManager::actionForShortcut( QKeySequence s )
Expand Down

0 comments on commit 7a1b4b4

Please sign in to comment.