| 883 | // LayerPropertiesConstIterator implementation |
| 884 | |
| 885 | LayerPropertiesConstIterator::LayerPropertiesConstIterator () |
| 886 | : m_uint (0), m_list () |
| 887 | { |
| 888 | // .. nothing yet .. |
| 889 | } |
| 890 | |
| 891 | LayerPropertiesConstIterator::LayerPropertiesConstIterator (const lay::LayerPropertiesNode *node) |
| 892 | : m_uint (0), m_list () |
nothing calls this directly
no test coverage detected