Extensions: Add ViewProvider extension python types

This commit is contained in:
Stefan Tröger
2016-08-28 11:44:49 +02:00
committed by wmayer
parent 6e1a029996
commit 1b150a86c3
9 changed files with 65 additions and 1 deletions

View File

@@ -61,3 +61,9 @@ void ViewProviderExtension::extensionUpdateData(const App::Property*) {
}
namespace Gui {
PROPERTY_SOURCE_TEMPLATE(Gui::ViewProviderExtensionPython, Gui::ViewProviderExtension)
// explicit template instantiation
template class GuiExport ViewProviderExtensionPythonT<ViewProviderExtension>;
}