diff options
author | Yuhang Zhao <[email protected]> | 2022-07-15 13:48:58 +0800 |
---|---|---|
committer | Yuhang Zhao <[email protected]> | 2022-07-19 14:39:02 +0800 |
commit | 0923817ddadd35e43bc09449436e282f834d566f (patch) | |
tree | 0da6450e0e8decfdc6ad58946ec1723c629f61a7 /src/quick/scenegraph/adaptations/software | |
parent | 99a35ac26a6523252bb041ea00af6ff0b8c237c2 (diff) |
Remove Qt key words from header files
So that users can use QT_NO_KEYWORDS when linking against QtDeclarative,
even if they are using private headers.
Docs, examples and tools are not touched because it's not necessary.
Pick-to: 6.4
Change-Id: Idc30797074aaa72576429ebdaaf915d7f5acf84e
Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'src/quick/scenegraph/adaptations/software')
-rw-r--r-- | src/quick/scenegraph/adaptations/software/qsgsoftwarelayer_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/adaptations/software/qsgsoftwarelayer_p.h b/src/quick/scenegraph/adaptations/software/qsgsoftwarelayer_p.h index e77d584a15..76b6c2f9f4 100644 --- a/src/quick/scenegraph/adaptations/software/qsgsoftwarelayer_p.h +++ b/src/quick/scenegraph/adaptations/software/qsgsoftwarelayer_p.h @@ -59,7 +59,7 @@ public: void setMirrorVertical(bool mirror) override; void setSamples(int) override { } -public slots: +public Q_SLOTS: void markDirtyTexture() override; void invalidated() override; |