qa: Try to avoid fall-through warnings
[quassel.git] / src / qtui / settingspages / ignorelistmodel.cpp
index 6f639bd..0af0364 100644 (file)
@@ -92,6 +92,7 @@ QVariant IgnoreListModel::data(const QModelIndex &index, int role) const
             else
                 return tr("By Message");
         }
+        // Intentional fallthrough
     case Qt::EditRole:
         switch (index.column()) {
         case 0: