adding missing changes :)

This commit is contained in:
easyw
2018-06-22 18:58:08 +02:00
committed by Yorik van Havre
parent 13cbc0c250
commit 55db1feb2b
3 changed files with 24 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
#if HAVE_OPENCV2
*part << "Image_CapturerTest";
#endif
*part << "Image_Scaling";
return root;
}