From 94cadf86a0be4bd22c104c0d2fb4d3dc8150fa96 Mon Sep 17 00:00:00 2001 From: APTX Date: Sun, 22 Jun 2014 23:44:10 +0200 Subject: [PATCH] Remove incorrect signal/slot connections. --- localmylist-management/tabs/mylisttab.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/localmylist-management/tabs/mylisttab.cpp b/localmylist-management/tabs/mylisttab.cpp index 3c44340..375e1aa 100644 --- a/localmylist-management/tabs/mylisttab.cpp +++ b/localmylist-management/tabs/mylisttab.cpp @@ -63,8 +63,6 @@ void MyListTab::init() << tr("Regexp")); connect(ui->myListView, SIGNAL(renameTest(int)), mainWindow(), SLOT(openRenameScriptEditor(int))); - connect(ui->myListView->selectionModel(), SIGNAL(currentChanged(QModelIndex,QModelIndex)), this, SLOT(currentSelectionChanged(QModelIndex,QModelIndex))); - connect(ui->filterInput, SIGNAL(textChanged(QString)), this, SLOT(currentSelectionChanged())); myListFilterModel->configChanged(); } -- 2.52.0