~ubuntu-branches/ubuntu/trusty/grantlee/trusty

« back to all changes in this revision

Viewing changes to templates/scriptabletags/scriptablenode.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-07 09:19:01 UTC
  • Revision ID: james.westby@ubuntu.com-20101207091901-hsfsvnkxdshv4k8g
Tags: 0.1.7-0ubuntu3
Revert previous upload and try again with the correct patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
  m_scriptEngine = engine;
112
112
}
113
113
 
114
 
void ScriptableNodeFactory::setEngine( Engine* engine )
 
114
void ScriptableNodeFactory::setEngine(Engine* engine)
115
115
{
116
116
  m_scriptEngine->setProperty( "templateEngine", QVariant::fromValue( engine ) );
117
117
}