refactor: Action remove pointless assert

This commit is contained in:
sithlord48
2025-01-04 20:54:50 -05:00
committed by Nick Bolton
parent fcc8c3d344
commit 261d85b423

View File

@ -68,7 +68,6 @@ QString Action::text() const
break;
default:
Q_ASSERT(0);
break;
}