PaintDeviceMetric: add missing trailing comma
Pick-to: 6.8 Task-number: QTBUG-125859 Change-Id: Ic02cf9d021649a20b92a8fbb148c80c5913651d4 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
68ee140d17
commit
8218f79c40
@ -31,7 +31,7 @@ public:
|
|||||||
PdmDevicePixelRatio,
|
PdmDevicePixelRatio,
|
||||||
PdmDevicePixelRatioScaled,
|
PdmDevicePixelRatioScaled,
|
||||||
PdmDevicePixelRatioF_EncodedA,
|
PdmDevicePixelRatioF_EncodedA,
|
||||||
PdmDevicePixelRatioF_EncodedB
|
PdmDevicePixelRatioF_EncodedB,
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual ~QPaintDevice();
|
virtual ~QPaintDevice();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user