Skip to content
Snippets Groups Projects
Commit 40bfca38 authored by Nikita Baryshnikov's avatar Nikita Baryshnikov Committed by Thomas Hartmann
Browse files

Fix master build. Hope that QDebug isnt need


Change-Id: I9d274fe9af5642b09b98421df440874e41daf7c1
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 914d4883
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,6 @@ QString PropertyEditorContextObject::convertColorToString(const QColor &color)
if (color.alpha() != 255) {
const QString hexAlpha = QString::number(color.alpha(), 16);
qDebug() << "alpha" << hexAlpha;
colorString.remove(0,1);
colorString.prepend(hexAlpha);
colorString.prepend(QStringLiteral("#"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment