Changed BLACK_FALLTHROUGH to Q_FALLTHROUGH().

This commit is contained in:
Mat Sutcliffe
2019-01-03 23:24:44 +00:00
parent 0c5442d59c
commit 1f83d677f3
7 changed files with 9 additions and 50 deletions

View File

@@ -30,7 +30,6 @@
#include "blackgui/shortcut.h"
#include "blackmisc/aviation/aircrafticaocode.h"
#include "blackmisc/aviation/livery.h"
#include "blackmisc/fallthrough.h"
#include "blackmisc/icons.h"
#include "blackmisc/logmessage.h"
#include "blackmisc/network/authenticateduser.h"
@@ -614,8 +613,8 @@ namespace BlackGui
{
// fall thru intended
this->formatVPilotView();
BLACK_FALLTHROUGH;
}
Q_FALLTHROUGH();
default:
{
ui->frp_Editors->setVisible(true);