LCS migration : replace warning by a QMessageBox.

This commit is contained in:
PaddleStroke
2024-12-11 11:22:47 +01:00
parent 1ce8f2c859
commit e517400ed9
4 changed files with 57 additions and 17 deletions

View File

@@ -83,7 +83,11 @@ 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;