]> Some of my projects - localmylist.git/commitdiff
Remove incorrect signal/slot connections.
authorAPTX <marek321@gmail.com>
Sun, 22 Jun 2014 21:44:10 +0000 (23:44 +0200)
committerAPTX <marek321@gmail.com>
Sun, 22 Jun 2014 21:44:10 +0000 (23:44 +0200)
localmylist-management/tabs/mylisttab.cpp

index 3c4434050a151967d689a188a01b936d2ec24c63..375e1aadb757edba96f8e212e01f9df970e39d35 100644 (file)
@@ -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();
 }