Fixes: coreplugin: use QAction->data instead of a helper map

This commit is contained in:
hjk
2009-03-10 20:01:09 +01:00
parent 4ca765ed65
commit 9a70ea1823
2 changed files with 9 additions and 9 deletions

View File

@@ -191,8 +191,6 @@ private:
GeneralSettings *m_generalSettings;
ShortcutSettings *m_shortcutSettings;
QMap<QAction*, QString> m_recentFilesActions;
// actions
QShortcut *m_focusToEditor;
QAction *m_newAction;