Skip to content
Commit 6e3e25f4 authored by Jan Paul Batrina's avatar Jan Paul Batrina
Browse files

[ColorPicker] Improve Color regex

QRegularExpression::CaseInsensitiveOption is now used instead of QString.toLower to avoid a copy.
The regex is now just a normal member of ColorNoteProvider (Instead of static).
The hex color matching will now ignore color codes inside other words (e.g. #define, #123-456)
parent 8d3c7108
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment