summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorBrian Munro <brian.alexander.munro@gmail.com>2017-12-27 10:40:59 +0200
committerGitHub <noreply@github.com>2017-12-27 10:40:59 +0200
commit91bd9b1eb6badea4558ba1c4ad0bac9549c5b314 (patch)
treee236e2c472188d834bcf9215ed19527332e31e27 /src/mainwindow.h
parent35e0bc22856c8f29e3c29ec27bd7c3c5a882197f (diff)
parent548744d746223f0f96b33587ca41d2ed6a314f33 (diff)
Merge pull request #168 from erasmux/dev
Various fixes
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a4ded688..c9ba170c 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -425,6 +425,7 @@ private slots:
BSA::EErrorCode extractBSA(BSA::Archive &archive, BSA::Folder::Ptr folder, const QString &destination, QProgressDialog &extractProgress);
void createModFromOverwrite();
+ void clearOverwrite();
void procError(QProcess::ProcessError error);
void procFinished(int exitCode, QProcess::ExitStatus exitStatus);