Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
8abed8a0
Commit
8abed8a0
authored
Jul 28, 2010
by
Bill King
Browse files
Fixes crash when colorname is a set of empty quotes
BugReport: QTCREATORBUG-1959
parent
79200919
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp
View file @
8abed8a0
...
...
@@ -70,7 +70,7 @@ static inline QString properName(const QColor &color)
static
inline
QColor
properColor
(
const
QString
&
str
)
{
if
(
str
.
is
Null
())
if
(
str
.
is
Empty
())
return
QColor
();
int
lalpha
=
255
;
QString
lcolorStr
=
str
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment