QPageLayout::OutOfBoundsPolicy: add missing trailing comma
Pick-to: 6.8 Task-number: QTBUG-125859 Change-Id: I7834a5bd0884ab23f83813a87e9c51ab34c10797 Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
This commit is contained in:
parent
2cdf0003b7
commit
68ee140d17
@ -42,7 +42,7 @@ public:
|
||||
|
||||
enum class OutOfBoundsPolicy {
|
||||
Reject,
|
||||
Clamp
|
||||
Clamp,
|
||||
};
|
||||
|
||||
QPageLayout();
|
||||
|
Loading…
x
Reference in New Issue
Block a user