Please Andre'.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29224 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-04-12 10:11:54 +00:00
parent 91bcc5cdce
commit 91a6ac3457

View File

@ -79,7 +79,7 @@ static inline QString colorButtonStyleSheet(QColor const & bgColor)
rc += bgColor.name();
return rc;
}
return QLatin1String("");
return QString();
}