cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
9 lines
327 B
Plaintext
9 lines
327 B
Plaintext
### KApiDox Project-specific Overrides File
|
|
|
|
# define so that deprecated API is not skipped
|
|
PREDEFINED += \
|
|
"KTEXTWIDGETS_ENABLE_DEPRECATED_SINCE(x, y)=1" \
|
|
"KTEXTWIDGETS_BUILD_DEPRECATED_SINCE(x, y)=1" \
|
|
"KTEXTWIDGETS_DEPRECATED_VERSION(x, y, t)=" \
|
|
"KTEXTWIDGETS_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)="
|