Skip to content
Snippets Groups Projects
Commit aee4b913 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

docu

parent 6a8f9a9e
No related branches found
No related tags found
1 merge request!520remove warning about missing QObject initialization
Pipeline #51544 passed
......@@ -35,6 +35,11 @@ public:
MaterialItem();
//! Creates a complete copy, also the identifier is the same.
//!
//! Note that the base QObject is freshly initialized, not copied from \a other. Therefore
//! object hierarchy, connections, properties, object name or similar things are not copied.
//! This is of no harm since this class is only derived from QObject to provide data change
//! signaling.
MaterialItem(const MaterialItem& other);
//! Turns material into refractive index material.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment