Add switch case for impossible enum
It's already treated above and the compiler just does not see it.
This commit is contained in:
parent
6176a63d76
commit
1754744297
1 changed files with 2 additions and 0 deletions
|
@ -247,6 +247,8 @@ void WindowsRunner::Run(const QString &id, const QString &actionId)
|
|||
case KeepBelowAction:
|
||||
client->setKeepBelow(!client->keepBelow());
|
||||
break;
|
||||
case ActivateDesktopAction:
|
||||
Q_UNREACHABLE();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue