keep correct variant

This commit is contained in:
Sebastien Loriot 2024-08-19 12:54:46 +02:00 committed by GitHub
parent ac9a701342
commit 2bc86f90ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ void CurveInputMethod::beginInput_()
static inline void clearPainterPath(QPainterPath& ppath)
{
ppath = {};
ppath.clear();
}