summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-05-11 21:40:35 +0200
committerTannin <devnull@localhost>2015-05-11 21:40:35 +0200
commit0f1271dd991ba9d67181114f75c80e14e8bfd596 (patch)
tree732928f08f16ba8d3520fb71722b651e31810289 /src/organizercore.cpp
parentdbdc2538f98147c7661cac00fe135df59aeb04e3 (diff)
- bugfix: moving a mod didn't properly update conflict highlighting
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index bc22c91c..9e6309cd 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -347,6 +347,7 @@ void OrganizerCore::setUserInterface(IUserInterface *userInterface, QWidget *wid
connect(&m_ModList, SIGNAL(removeSelectedMods()), widget, SLOT(removeMod_clicked()));
connect(&m_ModList, SIGNAL(requestColumnSelect(QPoint)), widget, SLOT(displayColumnSelection(QPoint)));
connect(&m_ModList, SIGNAL(fileMoved(QString, QString, QString)), widget, SLOT(fileMoved(QString, QString, QString)));
+ connect(&m_ModList, SIGNAL(modorder_changed()), widget, SLOT(modorder_changed()));
connect(&m_DownloadManager, SIGNAL(showMessage(QString)), widget, SLOT(showMessage(QString)));
}