feat(parameters): add defaults and remove qt keywords

This commit is contained in:
parker
2025-07-24 01:55:21 +01:00
parent 8a380a0fee
commit 9880aa0b05
14 changed files with 34 additions and 25 deletions

View File

@@ -42,7 +42,7 @@ private:
enzo::nt::OpId maxOpId_=0;
// operator selected for displaying in the viewport
std::optional<OpId> displayOp_=std::nullopt;
signals:
Q_SIGNALS:
void updateDisplay(enzo::geo::Geometry& geometry);
};