src/addObjectDialog.cpp

changeset 1016
3b279b5e57d3
parent 1014
f0a8ecb6a357
child 1017
fc1c13db9618
--- a/src/addObjectDialog.cpp	Sat Feb 13 04:06:49 2016 +0200
+++ b/src/addObjectDialog.cpp	Sat Feb 13 04:14:43 2016 +0200
@@ -95,8 +95,8 @@
 			coordCount = 3;
 			tw_subfileList = new QTreeWidget();
 			tw_subfileList->setHeaderLabel (tr ("Primitives"));
-			populatePrimitivesTree (tw_subfileList, (obj ? static_cast<LDSubfileReference*> (obj)->fileInfo()->name() : ""));
-
+			populatePrimitivesTree (tw_subfileList,
+									(obj ? static_cast<LDSubfileReference*> (obj)->fileInfo()->name() : ""));
 			connect (tw_subfileList, SIGNAL (itemSelectionChanged()), this, SLOT (slot_subfileTypeChanged()));
 			lb_subfileName = new QLabel ("File:");
 			le_subfileName = new QLineEdit;

mercurial