diff -r 92c6ec099075 -r 3b279b5e57d3 src/mainwindow.cpp --- 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)));