src/layers/edittools.h

changeset 309
d862721d19a3
parent 264
76a025db4948
child 311
fab454611f9b
--- a/src/layers/edittools.h	Wed Jun 29 16:21:44 2022 +0300
+++ b/src/layers/edittools.h	Wed Jun 29 16:33:49 2022 +0300
@@ -61,7 +61,7 @@
 Q_SIGNALS:
 	void newStatusText(const QString& newStatusText);
 	void modelAction(const ModelAction& action);
-	void select(const QSet<ModelId>& ids, bool retain);
+	void select(const QSet<ElementId>& ids, bool retain);
 protected:
 	void mvpMatrixChanged(const glm::mat4& matrix) override;
 	void mouseMoved(const QMouseEvent* event) override;

mercurial