diff options
| author | Tannin <devnull@localhost> | 2013-03-29 09:41:41 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-03-29 09:41:41 +0100 |
| commit | 59d6b7840b1e7fdbb7475010273047b7bb185d3a (patch) | |
| tree | 565a3f1371ff9727d31d01590f105496294570d3 /src/mainwindow.cpp | |
| parent | b4220cf2f4e1998299517490244a48f7ec2b0235 (diff) | |
- post-merge cleanup
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2f6710cc..2efbdc0f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -210,7 +210,6 @@ MainWindow::MainWindow(const QString &exeName, QSettings &initSettings, QWidget connect(ui->modFilterEdit, SIGNAL(textChanged(QString)), m_ModListSortProxy, SLOT(updateFilter(QString))); connect(ui->espFilterEdit, SIGNAL(textChanged(QString)), m_PluginListSortProxy, SLOT(updateFilter(QString))); connect(ui->espFilterEdit, SIGNAL(textChanged(QString)), this, SLOT(espFilterChanged(QString))); - connect(&m_ModList, SIGNAL(modlist_changed(int)), this, SLOT(modlistChanged(int))); connect(&m_ModList, SIGNAL(modlist_changed(QModelIndex, int)), this, SLOT(modlistChanged(QModelIndex, int))); connect(&m_ModList, SIGNAL(removeSelectedMods()), this, SLOT(removeMod_clicked())); |
