Skip to content

Commit 6e63418

Browse files
authored
Fix "extra ;" warning (#624)
1 parent 65781b7 commit 6e63418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ads_globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ enum SideBarLocation
158158
SideBarBottom,
159159
SideBarNone
160160
};
161-
Q_ENUMS(SideBarLocation);
161+
Q_ENUMS(SideBarLocation)
162162

163163

164164
namespace internal

0 commit comments

Comments
 (0)