| 5 | #include <QtGui/QColor> |
| 6 | |
| 7 | SolidColorCommand::SolidColorCommand(QObject* parent) |
| 8 | : AbstractCommand(parent) |
| 9 | { |
| 10 | } |
| 11 | |
| 12 | const QString& SolidColorCommand::getColor() const |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected