Move TitleBarButtonType next to all other enums

This commit is contained in:
Sergio Martins
2020-10-03 14:29:36 +01:00
parent f86a818e69
commit f009f57581
3 changed files with 11 additions and 11 deletions

View File

@@ -107,6 +107,16 @@ namespace KDDockWidgets
South
};
///@brief describes a type of button you can have in the title bar
enum class TitleBarButtonType {
Close,
Float,
Minimize,
Maximize,
AutoHide,
UnautoHide
};
///@internal
inline uint qHash(SideBarLocation loc, uint seed)
{