mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fixed warning: extra ';' in Q_ENUM_NS(PinState);
Signed-off-by: Dmytro Korchynskyi <kdl.dima@gmail.com>
This commit is contained in:
parent
5f232c30be
commit
cffceaae1f
@ -77,7 +77,7 @@ enum class PinState {
|
||||
*/
|
||||
Unspecified = 3,
|
||||
};
|
||||
Q_ENUM_NS(PinState);
|
||||
Q_ENUM_NS(PinState)
|
||||
|
||||
/** A user-facing version of PinState.
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user