aboutsummaryrefslogtreecommitdiff
path: root/launcher/meta/Index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/meta/Index.cpp')
-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 242aad9f..2902f290 100644
--- a/launcher/meta/Index.cpp
+++ b/launcher/meta/Index.cpp
@@ -48,8 +48,8 @@ QVariant Index::data(const QModelIndex &index, int role) const
switch (index.column())
{
case 0: return list->humanReadable();
- default: break;
}
+ break;
case UidRole: return list->uid();
case NameRole: return list->name();
case ListPtrRole: return QVariant::fromValue(list);