[kandinsky] Explicit color constructors

Change-Id: Ifd4a0c281a7c6aded225d06295f4d79039e4e848
This commit is contained in:
Romain Goyet
2016-11-18 16:02:13 +01:00
committed by Émilie Feral
parent d9216522dc
commit d6e96fe143
12 changed files with 44 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
Probability::ParametersController::ParametersController(Responder * parentResponder) :
ViewController(parentResponder),
m_view(SolidColorView(KDColor(0xF3619B)))
m_view(SolidColorView(KDColor::RGB24(0xF3619B)))
{
}