From: APTX Date: Sun, 22 Jun 2014 21:44:10 +0000 (+0200) Subject: Remove incorrect signal/slot connections. X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=94cadf86a0be4bd22c104c0d2fb4d3dc8150fa96;p=localmylist.git Remove incorrect signal/slot connections. --- 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(); }