src/mainwindow.h

changeset 1073
a0a0d581309b
parent 1072
9ce9496427f2
child 1090
ed73c4f48ca4
--- a/src/mainwindow.h	Sat Jan 28 17:47:06 2017 +0200
+++ b/src/mainwindow.h	Sun Jan 29 15:05:14 2017 +0200
@@ -101,7 +101,7 @@
 	bool save (LDDocument* doc, bool saveAs);
 	void saveShortcuts();
 	void scrollToSelection();
-	const LDObjectList& selectedObjects();
+	const QSet<LDObject*>& selectedObjects();
 	void setQuickColors (const QVector<ColorToolbarItem> &colors);
 	void spawnContextMenu (const QPoint& position);
 	int suggestInsertPoint();

mercurial