aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorPandaNinjas <admin@malwarefight.wip.la>2023-06-07 20:03:36 -0400
committerPandaNinjas <admin@malwarefight.wip.la>2023-06-07 20:03:58 -0400
commit886b372adef86d84ca50d2e3e5b7ac39f1a5a42e (patch)
tree7f89b8c958e0bfc331d2baa6fba0d7ec3a97e343 /launcher
parent534328f16d0322c937a690f2f15eaa81489a54fe (diff)
downloadPrismLauncher-886b372adef86d84ca50d2e3e5b7ac39f1a5a42e.tar.gz
PrismLauncher-886b372adef86d84ca50d2e3e5b7ac39f1a5a42e.tar.bz2
PrismLauncher-886b372adef86d84ca50d2e3e5b7ac39f1a5a42e.zip
Fix accidentally renamed variable
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
Diffstat (limited to 'launcher')
-rw-r--r--launcher/meta/Index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/meta/Index.cpp b/launcher/meta/Index.cpp
index 0c6ecccf..4dccccca 100644
--- a/launcher/meta/Index.cpp
+++ b/launcher/meta/Index.cpp
@@ -45,7 +45,7 @@ QVariant Index::data(const QModelIndex &index, int role) const
switch (role)
{
case Qt::DisplayRole:
- if (list.column() == 0) {
+ if (index.column() == 0) {
return list->humanReadable();
} else {
break;