diff options
| author | Tannin <sherb@gmx.net> | 2016-05-07 00:18:23 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-05-07 00:18:23 +0200 |
| commit | afe0d749c438b086a7efa08e4d443be94f56d101 (patch) | |
| tree | e9c6ea70e7ac79f5afd4ddbe3e5a7e390c1d792c /src/mainwindow.h | |
| parent | eb97c46ed68a965d6ddf44fa6741fa929fd7d278 (diff) | |
added option to use a mod as the target to create now files instead of "overwrite"
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 4e2e8e21..d2f3fb47 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -369,6 +369,7 @@ private slots: // modlist context menu
void installMod_clicked();
+ void createEmptyMod_clicked();
void restoreBackup_clicked();
void renameMod_clicked();
void removeMod_clicked();
|
