src/dialogs/subfilereferenceeditor.h

changeset 1391
5fa4bf1fc781
parent 1386
c59dac18b06b
--- a/src/dialogs/subfilereferenceeditor.h	Wed May 30 22:31:06 2018 +0300
+++ b/src/dialogs/subfilereferenceeditor.h	Mon Jun 04 23:12:40 2018 +0300
@@ -33,16 +33,7 @@
 	void accept() override;
 	void setPrimitivesTree(class PrimitiveManager* primitives);
 
-private slots:
-	void scalingChanged();
-	void matrixChanged();
-
 private:
-	QDoubleSpinBox* matrixCell(int row, int column) const;
-	double matrixScaling(int column) const;
-	QPair<int, int> cellPosition(QDoubleSpinBox* cellWidget);
-	QDoubleSpinBox* vectorElement(int index);
-
 	class Ui_SubfileReferenceEditor& ui;
 	class LDSubfileReference* const reference;
 	LDColor color;

mercurial