SmirnoffYM / AI-simulator

2 stars 1 forks source link

Remove dependence on QColor from all messages #11

Closed SmirnoffYM closed 12 years ago

SmirnoffYM commented 12 years ago

We need to write hub without any dependencies on Qt, so I've added new class called Color. Your task will be to remove all QColor objects from all messages. To do this, you must implement constructor converting color from std::string to rgb.

Minoru commented 12 years ago

We don't really need this as binary protocol uses separate fields for red, green and blue.

SmirnoffYM commented 12 years ago

Okay, that's good.