summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-01-24 08:14:51 -0500
committerGitHub <noreply@github.com>2019-01-24 08:14:51 -0500
commitae794dba3204251fb76d7478a6f003b50301b8c7 (patch)
treebb9249fe3471d7d57ff96d557b5c53cd66346f36 /src/mainwindow.h
parentc0c754728c29a7a920a6e3550ed9944966e0c96d (diff)
parenta349ec24df44eaac8c083b8d07c51cabb8f62995 (diff)
Merge pull request #631 from Thex-PiedDroit/OverwriteToMod
Added ability to move files from the overwrite folder to an existing mod
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index e0311046..f2b9bc88 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -469,6 +469,14 @@ private slots:
BSA::EErrorCode extractBSA(BSA::Archive &archive, BSA::Folder::Ptr folder, const QString &destination, QProgressDialog &extractProgress);
void createModFromOverwrite();
+ /**
+ * @brief sends the content of the overwrite folder to an already existing mod
+ */
+ void moveOverwriteContentToExistingMod();
+ /**
+ * @brief actually sends the content of the overwrite folder to specified mod
+ */
+ void doMoveOverwriteContentToMod(const QString &modAbsolutePath);
void clearOverwrite();
void procError(QProcess::ProcessError error);