e97e520175
Other policy enums are declared in options.h so let's do the same for placement policy. Besides consistency, another advantage of moving the enum in kwin namespace is that the enum could be forward declared.
6 lines
152 B
Text
6 lines
152 B
Text
File=kwin.kcfg
|
|
NameSpace=KWin
|
|
ClassName=Settings
|
|
# options.h is needed for FocusPolicy and PlacementPolicy
|
|
IncludeFiles=\"options.h\"
|
|
UseEnumTypes=true
|