https://bugs.kde.org/show_bug.cgi?id=417699

--- Comment #25 from David Edmundson <k...@davidedmundson.co.uk> ---
Minimal crashing example:

```
import QtQuick 2.5

Text {
    textFormat: Text.PlainText
    color: "red"
    text: "results?search_query=😀"
    font.family: "Noto Color Emoji"
    style: Text.Raised // This line causes the crash
}
```

Will write up a Qt bug report with this and submit a hack for plastik disabling
the styling.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to