GH-4699 Formatting

This commit is contained in:
arthomnix
2023-02-05 10:15:29 +00:00
parent 74addfb78b
commit a6dff61ff7
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ public: /* types */
{
NoOptions = 0,
AcceptLocalFiles = 1,
AllowNotFound =2
AllowNotFound = 2
};
Q_DECLARE_FLAGS(Options, Option)