mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
Use fallthrough attribute (C++17 feature)
This commit is contained in:
@@ -618,7 +618,7 @@ namespace BlackGui
|
||||
// fall thru intended
|
||||
this->formatVPilotView();
|
||||
}
|
||||
Q_FALLTHROUGH();
|
||||
[[fallthrough]];
|
||||
default:
|
||||
{
|
||||
ui->frp_Editors->setVisible(true);
|
||||
|
||||
Reference in New Issue
Block a user