remove run action in the scripteditor

the action is not needed and conflicts with Ctrl+R of the project
manager.
This commit is contained in:
mae
2009-11-09 16:47:48 +01:00
parent 8ee769a3bc
commit a0bb57f27a
6 changed files with 8 additions and 22 deletions

View File

@@ -104,6 +104,7 @@ bool Qt4RunConfiguration::isEnabled(ProjectExplorer::BuildConfiguration *configu
&& type != ProjectExplorer::ToolChain::RVCT_ARMV5
&& type != ProjectExplorer::ToolChain::RVCT_ARMV6;
#else
Q_UNUSED(configuration);
return true;
#endif
}