mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 05:05:43 +08:00
Fix "extra ;" warning (#624)
This commit is contained in:
parent
65781b7cac
commit
6e63418798
@ -158,7 +158,7 @@ enum SideBarLocation
|
||||
SideBarBottom,
|
||||
SideBarNone
|
||||
};
|
||||
Q_ENUMS(SideBarLocation);
|
||||
Q_ENUMS(SideBarLocation)
|
||||
|
||||
|
||||
namespace internal
|
||||
|
Loading…
Reference in New Issue
Block a user