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