Move TitleBarButtonType next to all other enums
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user