diff options
| author | Al <gabriel.cortesi@outlook.com> | 2018-04-17 22:43:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-17 22:43:24 +0200 |
| commit | 618fd543a6d82e951ac3cf2201acf047d33cb9f6 (patch) | |
| tree | 08cac174a87692239dade12dd388535216991ccd /src/modlist.cpp | |
| parent | 634825e1b8954753315e270ee4744575f14e6ac3 (diff) | |
| parent | f2762035171f60fdd0b16052c07f67a0f79d60a8 (diff) | |
Merge pull request #315 from Al12rs/Develop
Ui and shortcut changes.
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index c8fd4b3e..3f9a732a 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -724,7 +724,6 @@ void ModList::highlightMods(const QItemSelection &selected, const MOShared::Dire const MOShared::FileEntry::Ptr fileEntry = directoryEntry.findFile(modName.toStdWString());
if (fileEntry.get() != nullptr) {
- QString fileName;
bool archive = false;
std::vector<std::pair<int, std::wstring>> origins;
{
|
