One step towards the dialog

Problem registering the own ViewProvider
This commit is contained in:
balazs-bamer
2015-01-14 12:59:02 +01:00
committed by wmayer
parent 71e37ef75b
commit 6d35abbf74
5 changed files with 40 additions and 67 deletions

View File

@@ -32,7 +32,7 @@
#include <Gui/Application.h>
#include "Workbench.h"
//#include "ViewProviderCut.h"
#include "BSurf.h"
// use a different name to CreateCommand()
void CreateSurfaceCommands(void);
@@ -55,6 +55,7 @@ void SurfaceGuiExport initSurfaceGui()
}
SurfaceGui::Workbench::init();
SurfaceGui::ViewProviderBSurf::init();
// instanciating the commands
CreateSurfaceCommands();