Commit c2ec9c16fb5040b17966a82806974b10671d9615

Authored by Charles Otto
1 parent 9523c809

Add a qFatal to Stream::train because it does not currently work.

Showing 1 changed file with 1 additions and 0 deletions
openbr/plugins/stream.cpp
... ... @@ -1024,6 +1024,7 @@ public:
1024 1024  
1025 1025 void train(const TemplateList & data)
1026 1026 {
  1027 + qFatal("Stream train is currently not implemented.");
1027 1028 foreach(Transform * transform, transforms) {
1028 1029 transform->train(data);
1029 1030 }
... ...