forked from qt-creator/qt-creator
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user