Example #1
0
void ActionsManager::onActiveTabChanged(qReal::Id const &activeTabId)
{
	bool const isDiagramTab = !activeTabId.isNull();
	mRunAction.setEnabled(isDiagramTab);
	mStopRobotAction.setEnabled(isDiagramTab);
}