diff options
| author | Tannin <devnull@localhost> | 2013-05-25 12:24:48 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-05-25 12:24:48 +0200 |
| commit | 16bda49e0667f77f4ebe1d8fa2682abf57aa6765 (patch) | |
| tree | 457f8dea0e452b194dca9bd0e30a6891700376ad /src/syncoverwritedialog.h | |
| parent | daf8bab1367334bb7f2332d4256f31c9db5ecec8 (diff) | |
- bugfix: mod priority ordering could become incorrect
- bugfix: when grouping is enabled, newly installed mods broke grouping
- bugfix: syncing overwrite didn't clean up emptied directory
Diffstat (limited to 'src/syncoverwritedialog.h')
| -rw-r--r-- | src/syncoverwritedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncoverwritedialog.h b/src/syncoverwritedialog.h index da7c8cf5..74c9a58f 100644 --- a/src/syncoverwritedialog.h +++ b/src/syncoverwritedialog.h @@ -40,7 +40,7 @@ public: void apply(const QString &modDirectory); private: - void refresh(const QString &path, MOShared::DirectoryEntry *directoryStructure); + void refresh(const QString &path); void readTree(const QString &path, MOShared::DirectoryEntry *directoryStructure, QTreeWidgetItem *subTree); void applyTo(QTreeWidgetItem *item, const QString &path, const QString &modDirectory); |
