diff options
| author | Eran Mizrahi <erasmux@gmail.com> | 2017-12-26 23:15:21 +0200 |
|---|---|---|
| committer | Eran Mizrahi <erasmux@gmail.com> | 2017-12-27 02:41:42 +0200 |
| commit | e623c13400a3cc43e564c0e00b85a21aeefe84dd (patch) | |
| tree | 33775b9954b2a796caa19bf60a3d6d4dfdfcf52b /src/mainwindow.h | |
| parent | 9c9a43ec8da94a374e4a8ea3a7a5cfd2de341162 (diff) | |
Add clear overwrite option
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
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);
|
