summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/modlist.h b/src/modlist.h
index 069de40b..7e76d677 100644
--- a/src/modlist.h
+++ b/src/modlist.h
@@ -182,6 +182,14 @@ signals:
*/
void removeSelectedMods();
+ /**
+ * @brief fileMoved emitted when a file is moved from one mod to another
+ * @param relativePath relative path of the file moved
+ * @param oldOriginName name of the origin that previously contained the file
+ * @param newOriginName name of the origin that now contains the file
+ */
+ void fileMoved(const QString &relativePath, const QString &oldOriginName, const QString &newOriginName);
+
protected:
// event filter, handles event from the header and the tree view itself