From 1c28529f55787b10db9fa159b233f5d9b7df6835 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Wed, 21 Feb 2024 21:06:46 +0100
Subject: [PATCH] rm disconnect

---
 GUI/View/List/InstrumentsQListView.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/GUI/View/List/InstrumentsQListView.cpp b/GUI/View/List/InstrumentsQListView.cpp
index 4726a08a01a..7c558a3ea6f 100644
--- a/GUI/View/List/InstrumentsQListView.cpp
+++ b/GUI/View/List/InstrumentsQListView.cpp
@@ -76,7 +76,6 @@ InstrumentsQListView::InstrumentsQListView()
 
 InstrumentsQListView::~InstrumentsQListView()
 {
-    disconnect(this, nullptr, nullptr, nullptr);
     delete m_model;
 }
 
-- 
GitLab