Skip to content
Snippets Groups Projects

remove deprecated code

Merged Gerhard Raven requested to merge remove-deprecated into master
All threads resolved!
6 files
+ 0
70
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -160,24 +160,6 @@ public:
return index < c.size() ? &c[index] : nullptr;
}
/** acess to constant iterator
* @return "begin" iterator
*/
[[deprecated( "please use begin(children()) instead" )]] //
SolidChildrens::const_iterator
childBegin() const {
return m_sb_childrens.begin();
}
/** acess to constant iterator
* @return "end" iterator
*/
[[deprecated( "please use end(children()) instead" )]] //
SolidChildrens::const_iterator
childEnd() const {
return m_sb_childrens.end();
}
///
/** constructor - "main"("first") solid is mandatory!
Loading