Convert Q_ASSERT(false) to Q_UNREACHABLE() #35
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Graphics
Issues related to the graphics (non-core) library of VSRTL
Many places, unimplemented or unreachable states are marked by Q_ASSERT(false). Most of these should be replaced with Q_UNREACHABLE(), which is more fitting for the task.
The text was updated successfully, but these errors were encountered: