Skip to content
Snippets Groups Projects
Commit d4f763ed authored by Tobias Nätterlund's avatar Tobias Nätterlund Committed by Tobias Hunger
Browse files

QNX: Fixed creation of QnxRunConfigurations


Broken in commit 1650c22b

Change-Id: I4661af7199900dc56405cd277eb0c26cf4acfd7f
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 96c2b270
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ QString QnxRunConfigurationFactory::displayNameForId(const Core::Id id) const
bool QnxRunConfigurationFactory::canCreate(ProjectExplorer::Target *parent, const Core::Id id) const
{
if (!canHandle(parent) || id.name().startsWith(Constants::QNX_QNX_RUNCONFIGURATION_PREFIX))
if (!canHandle(parent) || !id.name().startsWith(Constants::QNX_QNX_RUNCONFIGURATION_PREFIX))
return false;
Qt4ProjectManager::Qt4Project *qt4Project = qobject_cast<Qt4ProjectManager::Qt4Project *>(parent->project());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment