replaced assert(false) calls with abort()
This commit is contained in:
@@ -147,6 +147,6 @@ void ProjectToolbar::ViewButtonClicked()
|
||||
emit ViewChanged(olive::ListView);
|
||||
} else {
|
||||
// Assert that it was one of the above buttons
|
||||
Q_ASSERT(false);
|
||||
abort();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user