PartDesign/Gui: initial migration command implementation

This commit is contained in:
Alexander Golubev
2015-08-17 12:54:39 +03:00
committed by Stefan Tröger
parent c4f094bba4
commit 492f1d24a4
7 changed files with 361 additions and 181 deletions

View File

@@ -78,7 +78,6 @@ private:
// Add new objects to the body, if appropriate
//void slotNewObject(const App::DocumentObject& obj);
//void _doMigration(const App::Document* doc);
void _switchToDocument(const App::Document* doc);
};