src/lddocument.h

changeset 1244
68e126e8c629
parent 1159
6ad8cdcd88d9
child 1247
7e1ce2fc066b
--- a/src/lddocument.h	Tue Feb 13 15:43:55 2018 +0200
+++ b/src/lddocument.h	Wed Feb 14 15:17:30 2018 +0200
@@ -62,7 +62,7 @@
 	void inlineContents(Model& model, bool deep, bool renderinline);
 	QList<LDPolygon> inlinePolygons();
 	const QSet<Vertex>& inlineVertices();
-	void insertObject (int pos, LDObject* obj);
+	void insertObject (int pos, LDObject* obj) __attribute__((deprecated));
 	bool isFrozen() const;
 	bool isSafeToClose();
 	QString name() const;

mercurial