summaryrefslogtreecommitdiff
path: root/src/modlist.cpp
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-04-17 16:13:43 +0200
committerAl12rs <gabriel.cortesi@outlook.com>2018-04-17 21:51:01 +0200
commitb64fd1ed4d68fc64ac061b0f126af54cf7147462 (patch)
treec1391be452c0db2e294afed2f585b931b4c162e8 /src/modlist.cpp
parentb1329c18cde91c9e245f59475ae3b32c2c663a8c (diff)
Enter shourcut will now open the mod containing the selected plugin if the ESPList has the focus.
Added F5 shourcut to refresh the profile. Removed a redundant variable I saw by chance.
Diffstat (limited to 'src/modlist.cpp')
-rw-r--r--src/modlist.cpp1
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;
{