Skip to content

Commit

Permalink
new Version Forms module (0.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
flow79 committed Jan 17, 2019
1 parent c6f7c11 commit 25cb7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Modules/Forms/src/Forms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ QSharedPointer<nmc::DkImageContainer> FormsAnalysis::runPlugin(
return imgC;
}


if (!formF.applyTemplate()) {
qWarning() << "could not apply template " << imgC->filePath();
qInfo() << "could not apply template";
Expand Down
2 changes: 1 addition & 1 deletion Modules/Forms/src/Forms.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"DateCreated" : "2016-03-01",
"DateModified" : "2017-08-24",
"PluginId" : "863264a69d5d440db08463a00a3e4c6a",
"Version" : "0.6.0"
"Version" : "0.7.0"
}

0 comments on commit 25cb7c3

Please sign in to comment.