src/mainwindow.cpp

changeset 1016
3b279b5e57d3
parent 1015
92c6ec099075
child 1017
fc1c13db9618
--- a/src/mainwindow.cpp	Sat Feb 13 04:06:49 2016 +0200
+++ b/src/mainwindow.cpp	Sat Feb 13 04:14:43 2016 +0200
@@ -90,7 +90,8 @@
 	rendererLayout->addWidget (renderer());
 
 	connect (ui.objectList, SIGNAL (itemSelectionChanged()), this, SLOT (selectionChanged()));
-	connect (ui.objectList, SIGNAL (itemDoubleClicked (QListWidgetItem*)), this, SLOT (objectListDoubleClicked (QListWidgetItem*)));
+	connect (ui.objectList, SIGNAL (itemDoubleClicked (QListWidgetItem*)), this,
+			 SLOT (objectListDoubleClicked (QListWidgetItem*)));
 	connect (m_tabs, SIGNAL (currentChanged(int)), this, SLOT (tabSelected()));
 	connect (m_tabs, SIGNAL (tabCloseRequested (int)), this, SLOT (closeTab (int)));
 

mercurial