Core: Move LCS migration warning to Std_Open command

This commit is contained in:
wmayer
2024-12-15 16:46:03 +01:00
committed by Chris Hennes
parent 39402e2083
commit 0d4e7ac27f
6 changed files with 59 additions and 64 deletions

View File

@@ -83,11 +83,7 @@ protected:
void updateData(const App::Property*) override;
bool onDelete(const std::vector<std::string> &) override;
void finishRestoring() override;
private:
void showMigrationDialog();
SoGroup *pcGroupChildren;
std::map<Gui::ViewProvider*, bool> tempVisMap;