Profile editor: Fix ambiguous shortcut F2.

Caused by b6da2d4537.
This commit is contained in:
Friedemann Kleint
2010-10-18 12:59:24 +02:00
parent ac2f0f1ca3
commit f3cb1f0bf3

View File

@@ -232,7 +232,7 @@ bool Qt4ProjectManagerPlugin::initialize(const QStringList &arguments, QString *
Core::Command *cmd;
Core::Context proFileEditorContext = Core::Context(Qt4ProjectManager::Constants::PROJECT_ID);
Core::Context proFileEditorContext = Core::Context(Qt4ProjectManager::Constants::C_PROFILEEDITOR);
QAction *jumpToFile = new QAction(tr("Jump to File Under Cursor"), this);
cmd = am->registerAction(jumpToFile,