mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-04-27 16:15:45 +02: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